Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with assigning access
#3
Hi

In "inc.ClassFolder.php" file lines 275 and 304 change
PHP Code:
foreach ($this->_notifyList["users"] as $u) { 
to
PHP Code:
if (empty($this->_notifyList))
      
$this->getNotifyList();

foreach (
$this->_notifyList["users"] as $u) { 

Doudoux
Reply


Messages In This Thread
Problem with assigning access - by dedide - 04-09-2011, 09:52 PM

Forum Jump:


Users browsing this thread: