03-23-2011, 08:11 PM
First of all, thanks for the bug reports.
to(03-23-2011, 03:25 AM)Doudoux Wrote: In "op/op.FolderAccess.php" file change line 95
PHP Code:<?php
if (!is_object(getGroup($_GET["groupid"]))) {
PHP Code:
<?php
if (!is_object($dms->getGroup($_GET["groupid"]))) {

