mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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 private_message;
|
||||||
$pm = new pm_extended($pm_prefs, &$pmManager);
|
$pm = new pm_extended($pm_prefs, $pmManager);
|
||||||
|
|
||||||
$message = '';
|
$message = '';
|
||||||
$pmSource = '';
|
$pmSource = '';
|
||||||
|
Reference in New Issue
Block a user