Просмотр исходного кода

Merge pull request #76 from rugk/patch-1

Missing space
El RIDO 10 лет назад
Родитель
Сommit
6a2cec39cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/RainTPL.php

+ 1 - 1
lib/RainTPL.php

@@ -382,7 +382,7 @@ class RainTPL{
 			mkdir( $cache_dir, 0755, true );
 			mkdir( $cache_dir, 0755, true );
 
 
 		if( !is_writable( $cache_dir ) )
 		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
 		//write compiled file
 		file_put_contents( $compiled_filename, $template_compiled );
 		file_put_contents( $compiled_filename, $template_compiled );