DengTao 8 years ago
parent
commit
32ea1fbe2d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      www/protected/commands/MobileGetCommand.php

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

@@ -9,7 +9,7 @@ class MobileGetCommand extends CConsoleCommand{
             if($key == count($month)-1){
                 break;
             }
-            $$value = array();
+            $value = array();
             $start_time = strtotime($value);
             $end_time = strtotime($month[$key+1]);
             $criteria = new EMongoCriteria();