mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
#399 - possible fix for incompatibility with PHP 5.4+
This commit is contained in:
parent
13dde45f8d
commit
9f25edfcc2
@ -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 = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user