PHRAS-359 Allow to apply model to a model

This commit is contained in:
Nicolas Le Goff
2015-01-12 15:49:28 +01:00
parent a609685417
commit 87dbd0150d

View File

@@ -657,10 +657,6 @@ class Edit extends \Alchemy\Phrasea\Helper\Helper
foreach ($this->users as $usr_id) {
$user = \User_adapter::getInstance($usr_id, $this->app);
if ($user->is_template()) {
continue;
}
$user->ACL()->apply_model($template, $base_ids);
}