|
From: <var...@us...> - 2016-01-07 09:38:22
|
Revision: 9758
http://sourceforge.net/p/phpwiki/code/9758
Author: vargenau
Date: 2016-01-07 09:38:20 +0000 (Thu, 07 Jan 2016)
Log Message:
-----------
Use __construct
Modified Paths:
--------------
trunk/lib/WikiUser.php
Modified: trunk/lib/WikiUser.php
===================================================================
--- trunk/lib/WikiUser.php 2016-01-07 09:32:29 UTC (rev 9757)
+++ trunk/lib/WikiUser.php 2016-01-07 09:38:20 UTC (rev 9758)
@@ -353,10 +353,8 @@
public $_current_method;
public $_current_index;
- // constructor
- function _WikiUser($UserName = '', $prefs = false)
+ function __construct($UserName = '', $prefs = false)
{
-
$this->_userid = $UserName;
$this->_HomePagehandle = false;
if ($UserName) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|