Skip to content

Commit

Permalink
Merge branch '2.05' of github.com:LimeSurvey/LimeSurvey into 2.05
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Mar 20, 2013
2 parents ceb3bd0 + 3773553 commit 6cfb506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/models/Permission.php
Expand Up @@ -42,7 +42,7 @@ public function primaryKey()
* @static
* @access public
* @param string $class
* @return CActiveRecord
* @return Permission
*/
public static function model($class = __CLASS__)
{
Expand Down 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 6cfb506

Please sign in to comment.