Replace exit with return

This commit is contained in:
Victor Dubiniuk 2014-07-29 22:45:24 +03:00 committed by Morris Jobke
parent 31e7fdb9bf
commit eb9bd200fa
1 changed files with 1 additions and 1 deletions

View File

@ -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