From: <var...@us...> - 2015-03-02 17:20:52
|
Revision: 9584 http://sourceforge.net/p/phpwiki/code/9584 Author: vargenau Date: 2015-03-02 17:20:45 +0000 (Mon, 02 Mar 2015) Log Message: ----------- Remove unused function __getRelation Modified Paths: -------------- trunk/lib/CachedMarkup.php Modified: trunk/lib/CachedMarkup.php =================================================================== --- trunk/lib/CachedMarkup.php 2015-03-02 17:19:09 UTC (rev 9583) +++ trunk/lib/CachedMarkup.php 2015-03-02 17:20:45 UTC (rev 9584) @@ -25,7 +25,6 @@ class CacheableMarkup extends XmlContent { - function __construct($content, $basepage) { $this->_basepage = $basepage; @@ -294,11 +293,6 @@ { return $this->_url; } - - function __getRelation($basepage) - { - return $this->_relation; - } } /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |