own3mall vor 8 Jahren
Ursprung
Commit
22c40240e4
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      includes/functions.php

+ 2 - 0
includes/functions.php

@@ -788,6 +788,8 @@ function customShift($array, $keyToMoveOn, $valueToMoveOn){
             return $array;               
         }
     }
+    
+    return $array;
 }
 
 function getURLParam($param, $url){