fix typo in variable

This commit is contained in:
Uwe Steinmann 2018-04-19 19:47:20 +02:00
parent 97d0eb7b06
commit 7005305a08

View File

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