From 21e69057e4a6ae3ed3b31a25b8d4c1c8924683e4 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Mon, 1 Aug 2005 18:40:05 +0000 Subject: merge recent changes with HEAD - R1 and HEAD are identical now --- view_post_image.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view_post_image.php') diff --git a/view_post_image.php b/view_post_image.php index c636fa6..67bc199 100644 --- a/view_post_image.php +++ b/view_post_image.php @@ -1,6 +1,6 @@ assign('msg', tra("No image id given")); + $gBitSmarty->assign('msg', tra("No image id given")); $gBitSystem->display( 'error.tpl' ); die; } $imageInfo = $gBlog->getStorageFileInfo($_REQUEST["image_id"]); -$smarty->assign( 'imageInfo' , $imageInfo ); +$gBitSmarty->assign( 'imageInfo' , $imageInfo ); $gBitSystem->display( 'bitpackage:blogs/view_post_image.tpl' ); ?> -- cgit v1.3