From 1a1818660df98a2a8ea5797e3ac83aa9fa16c2b9 Mon Sep 17 00:00:00 2001 From: rugk Date: Thu, 12 May 2016 20:07:58 +0200 Subject: [PATCH] Missing space --- lib/RainTPL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/RainTPL.php b/lib/RainTPL.php index 3e45536..a9528ca 100644 --- a/lib/RainTPL.php +++ b/lib/RainTPL.php @@ -382,7 +382,7 @@ class RainTPL{ mkdir( $cache_dir, 0755, true ); if( !is_writable( $cache_dir ) ) - throw new RainTpl_Exception ('Cache directory ' . $cache_dir . 'doesn\'t have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/'); + throw new RainTpl_Exception ('Cache directory ' . $cache_dir . ' doesn\'t have write permission. Set write permission or set RAINTPL_CHECK_TEMPLATE_UPDATE to false. More details on http://www.raintpl.com/Documentation/Documentation-for-PHP-developers/Configuration/'); //write compiled file file_put_contents( $compiled_filename, $template_compiled );