Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 08:04:48 +0000 (16:04 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 08:04:48 +0000 (16:04 +0800)
Pman/Login.php

index 81b6408..22df658 100644 (file)
@@ -483,6 +483,8 @@ class Pman_Login extends Pman
             ));
             
             $core_ip_access->insert();
+            
+            return;
         }
         
         $core_ip_access = DB_DataObject::factory('core_ip_access');