From: <var...@us...> - 2016-01-07 09:21:47
|
Revision: 9754 http://sourceforge.net/p/phpwiki/code/9754 Author: vargenau Date: 2016-01-07 09:21:44 +0000 (Thu, 07 Jan 2016) Log Message: ----------- Use __construct Modified Paths: -------------- trunk/lib/CachedMarkup.php Modified: trunk/lib/CachedMarkup.php =================================================================== --- trunk/lib/CachedMarkup.php 2016-01-07 09:17:38 UTC (rev 9753) +++ trunk/lib/CachedMarkup.php 2016-01-07 09:21:44 UTC (rev 9754) @@ -256,7 +256,7 @@ class XmlRpc_LinkInfo { - function XmlRpc_LinkInfo($page, $type, $href, $relation = '') + function __construct($page, $type, $href, $relation = '') { $this->page = $page; $this->type = $type; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |