Skip to content

Commit

Permalink
Dev: ajaxowneredit throw error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jan 11, 2013
1 parent 4b5ca4c commit db158b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/surveyadmin.php
Expand Up @@ -557,7 +557,7 @@ public function ajaxowneredit($newowner, $iSurveyID)
$params[':sid']=$intSurveyId;
if (!hasGlobalPermission("USER_RIGHT_SUPERADMIN"))
{
$query_condition .= 'AND owner_id=:uid';
$query_condition .= ' AND owner_id=:uid';
$params[':uid']=$owner_id;
}

Expand Down

0 comments on commit db158b6

Please sign in to comment.