andre hai 4 meses
pai
achega
90d8961876
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/Queue/Manager.php

+ 1 - 1
core/Queue/Manager.php

@@ -73,7 +73,7 @@ class Manager
             );
             );
   
   
 
 
-        return call_user_func_array([$instance, $method], unserialize($data));
+        return call_user_func_array([$instance, $method], [unserialize($data)]);
     }
     }
 
 
     /**
     /**