From: <var...@us...> - 2012-12-07 11:14:51
|
Revision: 8622 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8622&view=rev Author: vargenau Date: 2012-12-07 11:14:44 +0000 (Fri, 07 Dec 2012) Log Message: ----------- $messageIfEmpty --> $this->_messageIfEmpty Modified Paths: -------------- trunk/lib/plugin/WantedPagesOld.php Modified: trunk/lib/plugin/WantedPagesOld.php =================================================================== --- trunk/lib/plugin/WantedPagesOld.php 2012-12-07 10:39:03 UTC (rev 8621) +++ trunk/lib/plugin/WantedPagesOld.php 2012-12-07 11:14:44 UTC (rev 8622) @@ -148,7 +148,7 @@ if ($c > 0) return $this->_generateTable($caption); else - return HTML(HTML::p($caption), HTML::p($messageIfEmpty)); + return HTML(HTML::p($caption), HTML::p($this->_messageIfEmpty)); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |