Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem with assigning access
#5
(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:
foreach ($this->_notifyList["users"] as $u) { 
to
PHP Code:
if (empty($this->_notifyList))
      
$this->getNotifyList();

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

Doudoux

That seems to have fixed it. Thanks muchly.

LetoDMS-3.0.0-RC5 will fix it too.

Uwe
Reply


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

Forum Jump:


Users browsing this thread: 1 Guest(s)