diff --git a/modules/counter/counter.controller.php b/modules/counter/counter.controller.php
index 9f30c1963..86f3654d4 100644
--- a/modules/counter/counter.controller.php
+++ b/modules/counter/counter.controller.php
@@ -68,9 +68,8 @@
* @brief pageview 등록
**/
function insertPageView() {
- $args->regdate = date("Ymd");
+ $args->regdate = '0, '.date('Ymd');
executeQuery('counter.updateCounterPageview', $args);
- executeQuery('counter.updateTotalCounterPageview');
}
/**
diff --git a/modules/counter/queries/updateCounterPageview.xml b/modules/counter/queries/updateCounterPageview.xml
index d4ec933b4..a950964c0 100644
--- a/modules/counter/queries/updateCounterPageview.xml
+++ b/modules/counter/queries/updateCounterPageview.xml
@@ -6,6 +6,6 @@
-
+