Преглед на файлове

Merge branch 'dev' into TTT

cyzhao преди 3 години
родител
ревизия
7a56c90143
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      Gameserver/Amfphp/model/User/Info_Store.php

+ 3 - 3
Gameserver/Amfphp/model/User/Info_Store.php

@@ -84,11 +84,11 @@ class Info_Store extends Object_ext {
         $this->weaponPool = ObjectInit();
         $this->weaponReward = ObjectInit();
         
-        $this->$storage = ObjectInit();
+        $this->storage = ObjectInit();
         $key = 1;
         $key2 = 2;
-        $this->$storage->$key = array();
-        $this->$storage->$key2 = array();
+        $this->storage->$key = array();
+        $this->storage->$key2 = array();
         
     }