]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
add help about vendor.zip
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 13 Feb 2014 17:57:57 +0000 (18:57 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Thu, 13 Feb 2014 17:57:57 +0000 (18:57 +0100)
inc/poche/Poche.class.php

index dd5fb0b97fa343a0e20ee0ef00cb9a45180dbe21..5eba3564362e5f9bd6dbdf18def3df074a624b56 100644 (file)
@@ -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 <a href="http://doc.wallabag.org/doku.php?id=users:begin:install">the documentation.</a>';
+            $this->notInstalledMessage[] = 'Twig does not seem to be installed. Please initialize the Composer installation to automatically fetch dependencies. You can also download <a href="http://wllbg.org/vendor">vendor.zip</a> and extract it in your wallabag folder.';
             $passTheme = FALSE;
         }