mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Fix some PHP 5.3.0 errors and warnings
This commit is contained in:
parent
9afd794913
commit
22fbe0e6e2
2 changed files with 4 additions and 3 deletions
|
|
@ -81,7 +81,7 @@ class FileUtil
|
|||
if( !is_array( $v ) )
|
||||
continue;
|
||||
|
||||
FileUtil::trimFileList( &$list[ $k ] );
|
||||
FileUtil::trimFileList( $list[ $k ] );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue