From: <var...@us...> - 2012-12-07 14:23:33
|
Revision: 8629 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8629&view=rev Author: vargenau Date: 2012-12-07 14:23:26 +0000 (Fri, 07 Dec 2012) Log Message: ----------- Remove unused variable Modified Paths: -------------- trunk/lib/plugin/WantedPages.php Modified: trunk/lib/plugin/WantedPages.php =================================================================== --- trunk/lib/plugin/WantedPages.php 2012-12-07 14:17:32 UTC (rev 8628) +++ trunk/lib/plugin/WantedPages.php 2012-12-07 14:23:26 UTC (rev 8629) @@ -180,7 +180,6 @@ function _getValue(&$page, $revision_handle) { - $html = false; $pagename = $page->getName(); $count = count($this->parentobj->_wpagelist[$pagename]); return LinkURL(WikiURL($page, array('action' => 'BackLinks'), false), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |