Commit a7d161ce by Seldaek

git-svn-id: svn://dwoo.org/dwoo/trunk@39 0598d79b-80c4-4d41-97ba-ac86fbbd088b

parent 5474ca9f
......@@ -32,7 +32,8 @@ class Dwoo_Plugin_smartyinterface extends Dwoo_Plugin
if($pluginType & Dwoo::CUSTOM_PLUGIN)
{
$callback = $compiler->customPlugins[$func]['callback'];
$customPlugins = $compiler->getDwoo()->getCustomPlugins();
$callback = $customPlugins[$func]['callback'];
if(is_array($callback))
{
if(is_object($callback[0]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment