From: <var...@us...> - 2016-06-16 15:50:48
|
Revision: 9856 http://sourceforge.net/p/phpwiki/code/9856 Author: vargenau Date: 2016-06-16 15:50:45 +0000 (Thu, 16 Jun 2016) Log Message: ----------- No public needed for function __construct Modified Paths: -------------- trunk/lib/WikiCallback.php Modified: trunk/lib/WikiCallback.php =================================================================== --- trunk/lib/WikiCallback.php 2016-05-25 16:21:23 UTC (rev 9855) +++ trunk/lib/WikiCallback.php 2016-06-16 15:50:45 UTC (rev 9856) @@ -52,7 +52,7 @@ /** * @param string $functionName Name of global function to call. */ - public function __construct($functionName) + function __construct($functionName) { $this->functionName = $functionName; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |