Your Name 3 anni fa
parent
commit
3fc3350880
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      learn/active/lib/Manage.php

+ 1 - 1
learn/active/lib/Manage.php

@@ -311,7 +311,7 @@ Class Manage
             }
         }
         
-        if ($use_code > 0) {
+        if ($use_code >= 0) {
            $result +=  $this->table($id);
             
         }