Skip to content

Commit

Permalink
Adding cake_dev domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Maggion Emmanuel committed Aug 9, 2011
1 parent 95f3eb4 commit 7ab1805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Behavior/AclBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function node($model, $ref = null, $type = null) {
if (empty($type)) {
$type = $this->__typeMaps[$this->settings[$model->name]['type']];
if (is_array($type)) {
trigger_error(__('AclBehavior is setup with more then one type, please specify type parameter for node()', true), E_USER_WARNING);
trigger_error(__d('cake_dev', 'AclBehavior is setup with more then one type, please specify type parameter for node()'), E_USER_WARNING);
return null;
}
}
Expand Down

0 comments on commit 7ab1805

Please sign in to comment.