aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0352e8a88..6762b8df9 100644
--- a/index.php
+++ b/index.php
@@ -301,7 +301,7 @@ if (isset($page['comment']) and $page['comment'] != '')
$header_infos['COMMENT'] = strip_tags($page['comment']);
}
//------------------------------------------------------------ log informations
-pwg_log('category', $page['title']);
+pwg_log();
include(PHPWG_ROOT_PATH.'include/page_header.php');
trigger_action('loc_end_index');