Changeset 3567:41409aa93149
- Timestamp:
- 08/07/17 08:37:02 (8 years ago)
- Branch:
- 2.12
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.tpl.context.php
r3507 r3567 122 122 } 123 123 124 public static function global_filters($str,$_args,$tag='') 125 { 126 $_args[0] = &$str; 127 128 # Terrible hack to pass args values by reference 129 $args = new ArrayObject($_args); 124 public static function global_filters($str,$args,$tag='') 125 { 126 $args[0] = &$str; 130 127 131 128 # --BEHAVIOR-- publicBeforeContentFilter
Note: See TracChangeset
for help on using the changeset viewer.