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

