diff options
Diffstat (limited to 'inc/poche')
-rw-r--r-- | inc/poche/Poche.class.php | 2 |
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 | ||