04-12-2011, 04:41 AM
Hi
New bug with correction
Problem with assigning access
In "inc.ClassFolder.php" file lines 275 and 304 change
toNew bug with correction
Problem with assigning access
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) {

