summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/libraries/Theme.php2
1 files changed, 1 insertions, 1 deletions
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;
}
}
}