aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-13 18:57:57 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-02-13 18:57:57 +0100
commit41265e07d4cbad9588586324a4fb080b12ef3a11 (patch)
treef52f34b015a31e859c3accc3a51bbd9688b4dda4
parent2e4440c3f8b95a7797cd19c1c27eaef83da48b8b (diff)
downloadwallabag-41265e07d4cbad9588586324a4fb080b12ef3a11.tar.gz
wallabag-41265e07d4cbad9588586324a4fb080b12ef3a11.tar.zst
wallabag-41265e07d4cbad9588586324a4fb080b12ef3a11.zip
add help about vendor.zip
-rw-r--r--inc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
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
101 $passTheme = TRUE; 101 $passTheme = TRUE;
102 # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet 102 # Twig is an absolute requirement for Poche to function. Abort immediately if the Composer installer hasn't been run yet
103 if (! self::$canRenderTemplates) { 103 if (! self::$canRenderTemplates) {
104 $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>'; 104 $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.';
105 $passTheme = FALSE; 105 $passTheme = FALSE;
106 } 106 }
107 107