Skip to content

Commit

Permalink
Access to /admin/tasks for superadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
schulbaumO committed Feb 25, 2014
1 parent 9ac1a57 commit 84ea6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ public static function setMenu($role, $user = null) {
'options' => array(
'newsletter' => $options['newsletter'],
'sponsors' => $options['sponsors'],
'tasks' => $options['tasks'] // gestión de tareas
)
)
);
Expand Down

1 comment on commit 84ea6a6

@w0rldart
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still doesn't work. I get same admin-no_permission error.

Please sign in to comment.