diff --git a/lib/app.php b/lib/app.php index 28f1f16eba..49e644c1f7 100755 --- a/lib/app.php +++ b/lib/app.php @@ -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; } } }