mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
replaced call for foreach(static:: with self::...
This commit is contained in:
parent
46deabf2b6
commit
408b66f975
@ -111,7 +111,7 @@ abstract class etemplate_widget_transformer extends etemplate_widget
|
||||
$unmodified = $attrs;
|
||||
|
||||
// run the transformation
|
||||
foreach(static::$transformation as $filter => $data)
|
||||
foreach(self::$transformation as $filter => $data)
|
||||
{
|
||||
$this->action($filter, $data, $attrs);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user