|
From: <var...@us...> - 2014-09-29 12:27:38
|
Revision: 9130
http://sourceforge.net/p/phpwiki/code/9130
Author: vargenau
Date: 2014-09-29 12:27:30 +0000 (Mon, 29 Sep 2014)
Log Message:
-----------
Use __construct
Modified Paths:
--------------
trunk/lib/WikiUser.php
Modified: trunk/lib/WikiUser.php
===================================================================
--- trunk/lib/WikiUser.php 2014-09-27 17:53:55 UTC (rev 9129)
+++ trunk/lib/WikiUser.php 2014-09-29 12:27:30 UTC (rev 9130)
@@ -1929,7 +1929,7 @@
{
public $notifyPagesAll;
- function UserPreferences($saved_prefs = false)
+ function __construct($saved_prefs = false)
{
// userid stored too, to ensure the prefs are being loaded for
// the correct (currently signing in) userid if stored in a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|