From: Nicolas LÅ“uillet Date: Thu, 3 Oct 2013 17:03:52 +0000 (+0200) Subject: change doc link X-Git-Tag: 1.0.0 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=d47d2533accb30a69fbbb964f63793b821300974;hp=27a74816daa944aefd6353b75b94dea7036145aa;p=github%2Fwallabag%2Fwallabag.git change doc link --- diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 8fe7a4f5..1ba8e7c1 100644 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -105,7 +105,7 @@ class Poche public function themeIsInstalled() { # 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. Have a look at the documentation.'; return false; }