|
From: <var...@us...> - 2016-10-10 19:39:32
|
Revision: 9958
http://sourceforge.net/p/phpwiki/code/9958
Author: vargenau
Date: 2016-10-10 19:39:29 +0000 (Mon, 10 Oct 2016)
Log Message:
-----------
Use __construct
Modified Paths:
--------------
trunk/lib/plugin/RecentChanges.php
Modified: trunk/lib/plugin/RecentChanges.php
===================================================================
--- trunk/lib/plugin/RecentChanges.php 2016-10-10 14:14:48 UTC (rev 9957)
+++ trunk/lib/plugin/RecentChanges.php 2016-10-10 19:39:29 UTC (rev 9958)
@@ -30,7 +30,7 @@
public $_absurls = false;
public $action = "RecentChanges";
- function _RecentChanges_Formatter($rc_args)
+ function __construct($rc_args)
{
$this->_args = $rc_args;
$this->_diffargs = array('action' => 'diff');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|