mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
PM class - fix PHP 8 #4998
fix for #4998 Fatal error: Uncaught TypeError: count() Pull request: https://github.com/e107inc/e107/pull/5006
This commit is contained in:
@@ -120,6 +120,7 @@ class private_message
|
||||
$ret = '';
|
||||
$addOutbox = TRUE;
|
||||
$timestamp = time();
|
||||
$a_list = array();
|
||||
|
||||
$maxSendNow = varset($this->pmPrefs['pm_max_send'],100); // Maximum number of PMs to send without queueing them
|
||||
if (isset($vars['pm_from']))
|
||||
|
Reference in New Issue
Block a user