Replace exit with return

remotes/origin/fix-10825
Victor Dubiniuk 11 years ago committed by Morris Jobke
parent 31e7fdb9bf
commit eb9bd200fa
  1. 2
      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

Loading…
Cancel
Save