Fix transformer. That's not a typo

This commit is contained in:
Nathan Gray 2012-05-15 14:45:43 +00:00
parent 2f81eea8ef
commit 0b04f8e0c5

View File

@ -111,7 +111,7 @@ abstract class etemplate_widget_transformer extends etemplate_widget
$unmodified = $attrs;
// run the transformation
foreach(self::$transformation as $filter => $data)
foreach(static::$transformation as $filter => $data)
{
$this->action($filter, $data, $attrs);
}