From eb9bd200fac70cd49f650d18a7190be7969955bf Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 29 Jul 2014 22:45:24 +0300 Subject: [PATCH] Replace exit with return --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5