mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
- getGroup() is now a class of LetoDMS_DMS
This commit is contained in:
parent
7ab7b2133a
commit
bdc087f4bf
|
@ -92,7 +92,7 @@ if (isset($_GET["groupid"])) {
|
||||||
$groupid = -1;
|
$groupid = -1;
|
||||||
}
|
}
|
||||||
else {
|
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"));
|
UI::exitError(getMLText("folder_title", array("foldername" => $folder->getName())),getMLText("unknown_group"));
|
||||||
}
|
}
|
||||||
$groupid = $_GET["groupid"];
|
$groupid = $_GET["groupid"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user