[ticket/291] Add modules_helper and use for permission checks

B3P-291
This commit is contained in:
Marc Alexander
2014-07-07 15:16:29 +02:00
parent 0ae979e34a
commit 40f630a55d
10 changed files with 125 additions and 115 deletions

View File

@@ -26,7 +26,7 @@ class board3_includes_helper_test extends \board3\portal\tests\testframework\tes
protected function get_portal_helper($modules)
{
$this->portal_helper = new \board3\portal\includes\helper(array(), $modules);
$this->portal_helper = new \board3\portal\includes\helper($modules);
return $this->portal_helper;
}