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