From: <var...@us...> - 2014-12-01 13:17:55
|
Revision: 9392 http://sourceforge.net/p/phpwiki/code/9392 Author: vargenau Date: 2014-12-01 13:17:52 +0000 (Mon, 01 Dec 2014) Log Message: ----------- Use default value Modified Paths: -------------- trunk/lib/PageList.php Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2014-12-01 09:23:39 UTC (rev 9391) +++ trunk/lib/PageList.php 2014-12-01 13:17:52 UTC (rev 9392) @@ -447,7 +447,7 @@ } include_once 'lib/BlockParser.php'; // false --> don't bother processing hrefs for embedded WikiLinks - $ct = TransformText($c, false); + $ct = TransformText($c); if (empty($pagelist->_sortby[$this->_field])) unset($revision_handle->_data['%pagedata']['_cached_html']); return HTML::div(array('style' => 'font-size:x-small'), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |