Your Name 3 years ago
parent
commit
3fc3350880
1 changed files with 1 additions and 1 deletions
  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);
             
         }