From bdbb115296f4002186ee3a99fadc13988dd1509f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 23 Nov 2008 08:38:24 +0000 Subject: Remove extra quotes around variable that already contained a string value --- core/libraries/Theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/libraries/Theme.php b/core/libraries/Theme.php index 42843a5a..19c2dd57 100644 --- a/core/libraries/Theme.php +++ b/core/libraries/Theme.php @@ -85,7 +85,7 @@ class Theme_Core { $helper_path = MODPATH . "$module->name/helpers/{$module->name}_block.php"; $helper_class = "{$module->name}_block"; if (file_exists($helper_path) && method_exists($helper_class, $function)) { - $this->block_helpers[$function][] = "$helper_class"; + $this->block_helpers[$function][] = $helper_class; } } } -- cgit v1.2.3