aboutsummaryrefslogtreecommitdiffstats
path: root/identification.php
diff options
context:
space:
mode:
Diffstat (limited to 'identification.php')
-rw-r--r--identification.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php
index 00950d8d7..5b7a776ef 100644
--- a/identification.php
+++ b/identification.php
@@ -98,6 +98,6 @@ if ( sizeof( $errors ) != 0 )
//-------------------------------------------------------------- visit as guest
$template->assign_block_vars('free_access',array());
//----------------------------------------------------------- html code display
-$template->pparse('identification');
+$template->parse('identification');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>