mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
add superfluous code
This commit is contained in:
parent
07053ca7e9
commit
850bb05481
|
@ -47,7 +47,6 @@ if($settings->_quota > 0) {
|
|||
}
|
||||
}
|
||||
|
||||
$folderid = $_GET["folderid"];
|
||||
$libfolder = $dms->getFolder($settings->_libraryFolder);
|
||||
if (!is_object($libfolder)) {
|
||||
UI::exitError(getMLText("folder_title", array("foldername" => getMLText("invalid_folder_id"))),getMLText("invalid_folder_id"));
|
||||
|
|
Loading…
Reference in New Issue
Block a user