aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 5bea62881..facdfd055 100644
--- a/picture.php
+++ b/picture.php
@@ -1029,6 +1029,6 @@ if ($page['show_comments'])
pwg_log( 'picture', $title_img, $picture['current']['file'] );
mysql_close();
-$template->pparse('picture');
+$template->parse('picture');
include(PHPWG_ROOT_PATH.'include/page_tail.php');
?>