From: <var...@us...> - 2014-10-01 16:12:36
|
Revision: 9151 http://sourceforge.net/p/phpwiki/code/9151 Author: vargenau Date: 2014-10-01 16:12:28 +0000 (Wed, 01 Oct 2014) Log Message: ----------- Define class field Modified Paths: -------------- trunk/lib/plugin/FullTextSearch.php Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2014-10-01 15:33:50 UTC (rev 9150) +++ trunk/lib/plugin/FullTextSearch.php 2014-10-01 16:12:28 UTC (rev 9151) @@ -174,6 +174,8 @@ */ class _PageList_Column_hilight extends _PageList_Column { + private $parentobj; + function _PageList_Column_WantedPages_links(&$params) { $this->parentobj =& $params[3]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |