mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix transformer. That's not a typo
This commit is contained in:
parent
2f81eea8ef
commit
0b04f8e0c5
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user