aboutsummaryrefslogtreecommitdiffstats
path: root/upload.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--upload.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/upload.php b/upload.php
index 6ab900ef3..82bcffd2b 100644
--- a/upload.php
+++ b/upload.php
@@ -374,6 +374,6 @@ else
$template->assign_block_vars('upload_successful',array());
}
//----------------------------------------------------------- html code display
-$template->pparse('upload');
+$template->parse('upload');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>