From 56d2664a904119f73e7df4fb355e4c525e040b70 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Apr 2008 17:48:46 +0000 Subject: - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. --- themes/engines/phptemplate/phptemplate.engine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/engines/phptemplate/phptemplate.engine') diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine index 4d638d18f..ed34815a8 100644 --- a/themes/engines/phptemplate/phptemplate.engine +++ b/themes/engines/phptemplate/phptemplate.engine @@ -7,7 +7,7 @@ */ function phptemplate_init($template) { - $file = dirname($template->filename) .'/template.php'; + $file = dirname($template->filename) . '/template.php'; if (file_exists($file)) { include_once "./$file"; } -- cgit v1.2.3