- getGroup() is now a class of LetoDMS_DMS

This commit is contained in:
steinm 2011-03-23 13:23:27 +00:00
parent 7ab7b2133a
commit bdc087f4bf

View File

@ -92,7 +92,7 @@ if (isset($_GET["groupid"])) {
$groupid = -1;
}
else {
if (!is_object(getGroup($_GET["groupid"]))) {
if (!is_object($dms->getGroup($_GET["groupid"]))) {
UI::exitError(getMLText("folder_title", array("foldername" => $folder->getName())),getMLText("unknown_group"));
}
$groupid = $_GET["groupid"];