Fix return statement
This commit is contained in:
parent
ab33578add
commit
ce10e1c19a
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ class OC_App{
|
|||
}
|
||||
}else{
|
||||
OC_Log::write('core', 'Can\'t get app storage, app '.$appid.' not enabled', OC_Log::ERROR);
|
||||
false;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue