DengTao 8 년 전
부모
커밋
6de8ef4cc2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('mongo.long_as_object',1);
         set_time_limit(0);
-        $this->getPetUser();
+        $this->getKennel();
 
 
     }