From: <var...@us...> - 2021-08-12 10:03:21
|
Revision: 10499 http://sourceforge.net/p/phpwiki/code/10499 Author: vargenau Date: 2021-08-12 10:03:18 +0000 (Thu, 12 Aug 2021) Log Message: ----------- lib/CachedMarkup.php: function expand is public Modified Paths: -------------- trunk/lib/CachedMarkup.php Modified: trunk/lib/CachedMarkup.php =================================================================== --- trunk/lib/CachedMarkup.php 2021-08-11 19:08:06 UTC (rev 10498) +++ trunk/lib/CachedMarkup.php 2021-08-12 10:03:18 UTC (rev 10499) @@ -249,7 +249,7 @@ $cache[] = $this; } - abstract protected function expand($basepage, &$obj); + abstract function expand($basepage, &$markup); function getWikiPageLinks($basepage) { @@ -390,7 +390,6 @@ function _getURL($basepage) { return WikiURL($this->getPagename($basepage)); - //return WikiURL($this->getPagename($basepage), false, 'abs_url'); } function expand($basepage, &$markup) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |