mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
#399 - possible fix for incompatibility with PHP 5.4+
This commit is contained in:
@@ -488,7 +488,7 @@ function pm_user_lookup()
|
||||
|
||||
|
||||
//$pm =& new private_message;
|
||||
$pm = new pm_extended($pm_prefs, &$pmManager);
|
||||
$pm = new pm_extended($pm_prefs, $pmManager);
|
||||
|
||||
$message = '';
|
||||
$pmSource = '';
|
||||
|
Reference in New Issue
Block a user