Changeset 3502:d99f39b5245e for inc/public
- Timestamp:
- 01/07/17 05:54:40 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/lib.tpl.context.php
r3494 r3502 124 124 public static function global_filters($str,$_args,$tag='') 125 125 { 126 $_args[0] = $str;126 $_args[0] = &$str; 127 127 128 128 # Terrible hack to pass args values by reference
Note: See TracChangeset
for help on using the changeset viewer.