From c03682554dcdde910e201f6a0caa118ae0cdd23b Mon Sep 17 00:00:00 2001 From: vargenau Date: Tue, 3 Sep 2013 12:42:18 +0000 Subject: [PATCH] Initialize $html git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8839 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/RecentChanges.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/plugin/RecentChanges.php b/lib/plugin/RecentChanges.php index 18db4b6db..dbc05149e 100644 --- a/lib/plugin/RecentChanges.php +++ b/lib/plugin/RecentChanges.php @@ -795,6 +795,9 @@ class _RecentChanges_BoxFormatter function format($changes) { include_once 'lib/InlineParser.php'; + + $html = HTML(HTML::h2(false, $this->headline())); + $first = true; while ($rev = $changes->next()) { // enforce view permission -- 2.45.0