diff --git a/modules/counter/counter.model.php b/modules/counter/counter.model.php index 961201c12..42b59657f 100644 --- a/modules/counter/counter.model.php +++ b/modules/counter/counter.model.php @@ -35,7 +35,7 @@ class counterModel extends counter $group_key = 'counterIpLogged_' . $args->regdate; $iplogged = Rhymix\Framework\Cache::get($group_key . ':' . $cache_key); - if($iplogged === false) + if(!$iplogged) { $output = executeQuery('counter.getCounterLog', $args); if($output->data->count) $iplogged = TRUE;