CC-4925: Changing User permissions to a higher level ends up with show editing problems
-typo
This commit is contained in:
parent
55970a4b20
commit
ba4cb16171
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ class ScheduleController extends Zend_Controller_Action
|
||||||
// in case a user was once a dj and had been assigned to a show
|
// in case a user was once a dj and had been assigned to a show
|
||||||
// but was then changed to an admin user we need to allow
|
// but was then changed to an admin user we need to allow
|
||||||
// the user to edit the show as an admin (CC-4925)
|
// the user to edit the show as an admin (CC-4925)
|
||||||
if ($isDJ && !$idAdminOrPM) {
|
if ($isDJ && !$isAdminOrPM) {
|
||||||
$this->view->action = "dj-edit-show";
|
$this->view->action = "dj-edit-show";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue