Skip to content

Commit

Permalink
Merge pull request #41 from marc7000/master
Browse files Browse the repository at this point in the history
fixed acces_domain lang *
  • Loading branch information
schmunk42 committed Mar 28, 2014
2 parents 40b03be + 9594e09 commit e331077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/p3Page/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@
'checkAll' => 'all'
),
'criteria' => array(
'condition' => 'access_domain=:lang',
'condition' => 'access_domain=:lang OR access_domain=:langAll',
'params' => array(
':lang' => Yii::app()->language,
':langAll' => '*'
)
)
)
Expand Down

0 comments on commit e331077

Please sign in to comment.