fix typo in function name

This commit is contained in:
Uwe Steinmann 2018-03-22 08:43:21 +01:00
parent d54ec75def
commit 0ad2303511

View File

@ -72,7 +72,7 @@ elseif ($action == "refresh") { /* {{{ */
header("Location:../out/out.ExtensionMgr.php?currenttab=".$currenttab);
} /* }}} */
elseif ($action == "upload") { /* {{{ */
if(!$extmgr->isWritableExitDir()) {
if(!$extmgr->isWritableExtDir()) {
UI::exitError(getMLText("admin_tools"),getMLText("extension_mgr_no_upload"));
}
if($_FILES['userfile']['error']) {