From 0b26eba1417ee24471ff6f2523ff7d53ad19553d Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 10 Feb 2012 01:55:33 +0000 Subject: [PATCH] gaaah inconsistent database schema --- ext/comment/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/theme.php b/ext/comment/theme.php index edd6ec0d..4dd60657 100644 --- a/ext/comment/theme.php +++ b/ext/comment/theme.php @@ -174,7 +174,7 @@ class CommentListTheme extends Themelet { $avatar = "
"; } $h_reply = " - Reply"; - $h_ip = $user->can("view_ip") ? "
".show_ip($image->owner_ip, "Comment posted {$comment->posted}") : ""; + $h_ip = $user->can("view_ip") ? "
".show_ip($comment->poster_ip, "Comment posted {$comment->posted}") : ""; $h_del = $user->can("delete_comment") ? ' - Del' : '';