mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +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;
|
$unmodified = $attrs;
|
||||||
|
|
||||||
// run the transformation
|
// run the transformation
|
||||||
foreach(self::$transformation as $filter => $data)
|
foreach(static::$transformation as $filter => $data)
|
||||||
{
|
{
|
||||||
$this->action($filter, $data, $attrs);
|
$this->action($filter, $data, $attrs);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user