diff options
Diffstat (limited to 'h-source/Library/ArrayExt.php')
-rwxr-xr-x | h-source/Library/ArrayExt.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/h-source/Library/ArrayExt.php b/h-source/Library/ArrayExt.php index 1375f6d..528012c 100755 --- a/h-source/Library/ArrayExt.php +++ b/h-source/Library/ArrayExt.php @@ -55,10 +55,6 @@ class ArrayExt { } } } - else - { - $tempArray = $associativeArray; - } return call_user_func($func.'Deep',$tempArray); //clean the array values } |