Skip to content

Commit

Permalink
Fixed issue: User list in survey list show all user with usercontrolS…
Browse files Browse the repository at this point in the history
…ameGroupPolicy to true
  • Loading branch information
Shnoulle committed Jan 11, 2013
1 parent 03c7bb0 commit 4b5ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/surveyadmin.php
Expand Up @@ -525,7 +525,7 @@ public function ajaxgetusers()
{
header('Content-type: application/json');

$result = User::model()->findAll();
$result = getUserList();

$aUsers = array();
if (count($result) > 0)
Expand Down

0 comments on commit 4b5ca4c

Please sign in to comment.