Fix return statement

This commit is contained in:
Bart Visscher 2012-09-17 17:27:37 +02:00
parent ab33578add
commit ce10e1c19a
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ class OC_App{
} }
}else{ }else{
OC_Log::write('core', 'Can\'t get app storage, app '.$appid.' not enabled', OC_Log::ERROR); OC_Log::write('core', 'Can\'t get app storage, app '.$appid.' not enabled', OC_Log::ERROR);
false; return false;
} }
} }
} }