Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix #263
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Aug 23, 2013
1 parent 23b1973 commit 63a7b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/core.conf/class.AbstractConfDriver.php
Expand Up @@ -278,6 +278,7 @@ abstract function deleteBinary($context, $ID);
* @return AbstractAjxpUser
*/
function createUserObject($userId){
$userId = AuthService::filterUserSensitivity($userId);
$abstractUser = $this->instantiateAbstractUserImpl($userId);
if(!$abstractUser->storageExists()){
AuthService::updateDefaultRights($abstractUser);
Expand Down

0 comments on commit 63a7b48

Please sign in to comment.