DengTao há 8 anos atrás
pai
commit
6de8ef4cc2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      www/protected/commands/getPetUserWorkCommand.php

+ 1 - 1
www/protected/commands/getPetUserWorkCommand.php

@@ -11,7 +11,7 @@ class GetPetUserWorkCommand extends CConsoleCommand{
         ini_set('memory_limit', '256M');
         ini_set('memory_limit', '256M');
         //ini_set('mongo.long_as_object',1);
         //ini_set('mongo.long_as_object',1);
         set_time_limit(0);
         set_time_limit(0);
-        $this->getPetUser();
+        $this->getKennel();
 
 
 
 
     }
     }