diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 56b2bec7f6c..dc09b61490a 100644 --- a/lib/base.php +++ b/lib/base.php @@ -148,7 +148,7 @@ class OC { echo('3rdparty directory not found! Please put the ownCloud 3rdparty' . ' folder in the ownCloud folder or the folder above.' . ' You can also configure the location in the config.php file.'); - exit(); + return; } // search the apps folder |