@@ -400,4 +400,8 @@ EOF';
return $ret;
}
+ public static function cloneArray($arr) {
+ return $arr;
+ }
+