From: Nicolas LÅ“uillet Date: Thu, 13 Feb 2014 17:57:57 +0000 (+0100) Subject: add help about vendor.zip X-Git-Tag: 1.5.0^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=41265e07d4cbad9588586324a4fb080b12ef3a11;p=github%2Fwallabag%2Fwallabag.git add help about vendor.zip --- diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index dd5fb0b9..5eba3564 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -101,7 +101,7 @@ class Poche $passTheme = TRUE; # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet if (! self::$canRenderTemplates) { - $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. Have a look at the documentation.'; + $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. You can also download vendor.zip and extract it in your wallabag folder.'; $passTheme = FALSE; }