Skip to content

Commit

Permalink
Fix ordergroups missing from condition to include questiongrouphandli…
Browse files Browse the repository at this point in the history
…ng.php

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@8678 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed May 4, 2010
1 parent d2f2abf commit db7abef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/admin.php
Expand Up @@ -267,7 +267,7 @@
if(bHasRight($surveyid,'define_questions')) {include('preview.php');}
else { include('access_denied.php');}
}
elseif ($action=='addgroup' || $action=='editgroup')
elseif ($action=='addgroup' || $action=='editgroup' || $action=='ordergroups')
{
if(bHasRight($surveyid,'define_questions')) {$_SESSION['FileManagerContext']="edit:group:$surveyid"; include('questiongrouphandling.php');}
else { include('access_denied.php');}
Expand Down

0 comments on commit db7abef

Please sign in to comment.