Skip to content

Commit

Permalink
Dev Small fix in permissions model
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 20, 2013
1 parent e177db8 commit f1bac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Permission.php
Expand Up @@ -142,7 +142,7 @@ public static function setPermissions($iUserID, $iSurveyID, $aPermissions)
}
else
{
$aBasePermissions=$this->getBasePermissions();
$aBasePermissions=Permission::model()->getBasePermissions();

}

Expand Down

0 comments on commit f1bac0e

Please sign in to comment.