|
From: <var...@us...> - 2013-09-03 12:42:21
|
Revision: 8839
http://sourceforge.net/p/phpwiki/code/8839
Author: vargenau
Date: 2013-09-03 12:42:18 +0000 (Tue, 03 Sep 2013)
Log Message:
-----------
Initialize $html
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2013-09-03 10:00:36 UTC (rev 8838)
+++ trunk/lib/plugin/RecentChanges.php 2013-09-03 12:42:18 UTC (rev 8839)
@@ -795,6 +795,9 @@
function format($changes)
{
include_once 'lib/InlineParser.php';
+
+ $html = HTML(HTML::h2(false, $this->headline()));
+
$first = true;
while ($rev = $changes->next()) {
// enforce view permission
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|