- update code generated by PSR-2 standards fixer which introduced PHP 5.4 incompatibilities of 14.7.2013

This commit is contained in:
Uwe.Tews@googlemail.com
2013-07-15 18:18:28 +00:00
parent 00ccae8857
commit 584886cb1c
18 changed files with 80 additions and 77 deletions
@@ -21,7 +21,7 @@ class Smarty_Internal_Get_Include_Path
* @param string $filepath filepath
* @return string|boolean full filepath or false
*/
static function getIncludePath($filepath)
public static function getIncludePath($filepath)
{
static $_include_path = null;