浏览代码

Merge pull request #1828 from aitboudad/patch-2

[Acl] fixed bug "Undefined Variable $action"
Thomas 11 年之前
父节点
当前提交
ac21332605
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Util/AdminAclManipulator.php

+ 1 - 1
Util/AdminAclManipulator.php

@@ -100,7 +100,7 @@ class AdminAclManipulator implements AdminAclManipulatorInterface
                     $acl->deleteClassAce($aceIndex);
 
                     if (!is_null($output)) {
-                        $output->writeln(sprintf('   - remove role: %s', $action, $role));
+                        $output->writeln(sprintf('   - remove role: %s', $role));
                     }
                 }
             }