Skip to content

Commit

Permalink
[Jobs] Reactivate acl. Closes #104
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Mar 12, 2015
1 parent e11ce60 commit 56d8c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Jobs/src/Jobs/Controller/ManageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ protected function save($parameter = array())
$pageIdentifier = (int) $params->fromQuery('page', array_key_exists('page', $parameter)?$parameter['page']:0);
$jobEntity = $this->getJob();
$viewModel = Null;
//$this->acl($job, $origAction);
$this->acl($jobEntity, 'edit');
$form = $this->getFormular($jobEntity);
$mvcEvent = $this->getEvent();

Expand Down

0 comments on commit 56d8c3e

Please sign in to comment.