04-11-2011, 03:56 PM
Hi
In "inc.ClassFolder.php" file lines 275 and 304 change
to
Doudoux
In "inc.ClassFolder.php" file lines 275 and 304 change
PHP Code:
foreach ($this->_notifyList["users"] as $u) {
PHP Code:
if (empty($this->_notifyList))
$this->getNotifyList();
foreach ($this->_notifyList["users"] as $u) {
Doudoux