diff --git a/e107_plugins/pm/pm_class.php b/e107_plugins/pm/pm_class.php index 0feb3340b8..7a1a14603c 100755 --- a/e107_plugins/pm/pm_class.php +++ b/e107_plugins/pm/pm_class.php @@ -120,6 +120,7 @@ function add($vars) $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']))