03-15-2011, 03:57 AM
Hi
In "op.FolderAccess.php" file change line 95
toIn "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"]))) {

