Fix some PHP 5.3.0 errors and warnings

This commit is contained in:
Harley Laue 2012-09-20 16:59:32 -05:00
parent 9afd794913
commit 22fbe0e6e2
2 changed files with 4 additions and 3 deletions

View file

@ -81,7 +81,7 @@ class FileUtil
if( !is_array( $v ) )
continue;
FileUtil::trimFileList( &$list[ $k ] );
FileUtil::trimFileList( $list[ $k ] );
}
}