summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-09-03 14:55:26 +0200
committerMorris Jobke <hey@morrisjobke.de>2015-09-03 14:55:26 +0200
commit038b09b0b0efe138878742bb57970dcc4445c872 (patch)
tree7c045a7c61e5f27f52b2d751e76e6c6d247ec6fe /lib
parente9e42fff61a922f11a3b1014d810562537950b6a (diff)
downloadnextcloud-server-038b09b0b0efe138878742bb57970dcc4445c872.tar.gz
nextcloud-server-038b09b0b0efe138878742bb57970dcc4445c872.zip
Proper details about git submodule update
* fixes #18801
Diffstat (limited to 'lib')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 9cf0228bbd9..077ecfa4666 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -540,7 +540,7 @@ class OC {
// setup 3rdparty autoloader
$vendorAutoLoad = OC::$THIRDPARTYROOT . '/3rdparty/autoload.php';
if (!file_exists($vendorAutoLoad)) {
- throw new \RuntimeException('Composer autoloader not found, unable to continue. Check the folder "3rdparty".');
+ throw new \RuntimeException('Composer autoloader not found, unable to continue. Check the folder "3rdparty". Running "git submodule update --init" will initialize the git submodule that handles the subfolder "3rdparty".');
}
require_once $vendorAutoLoad;