diff --git a/common/framework/debug.php b/common/framework/debug.php index a4232f336..0196e9d71 100644 --- a/common/framework/debug.php +++ b/common/framework/debug.php @@ -451,7 +451,7 @@ class Debug $allowed_ip = Config::get('debug.allow'); foreach ($allowed_ip as $range) { - if (Rhymix\Framework\IpFilter::inRange(RX_CLIENT_IP, $range)) + if (IpFilter::inRange(RX_CLIENT_IP, $range)) { return $cache = true; }