mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
fix typo in variable
This commit is contained in:
parent
97d0eb7b06
commit
7005305a08
|
@ -72,7 +72,7 @@ elseif ($action == "refresh") { /* {{{ */
|
||||||
header("Location:../out/out.ExtensionMgr.php?currenttab=".$currenttab);
|
header("Location:../out/out.ExtensionMgr.php?currenttab=".$currenttab);
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
elseif ($action == "upload") { /* {{{ */
|
elseif ($action == "upload") { /* {{{ */
|
||||||
if(!$extmgr->isWritableExtDir()) {
|
if(!$extMgr->isWritableExtDir()) {
|
||||||
UI::exitError(getMLText("admin_tools"),getMLText("extension_mgr_no_upload"));
|
UI::exitError(getMLText("admin_tools"),getMLText("extension_mgr_no_upload"));
|
||||||
}
|
}
|
||||||
if($_FILES['userfile']['error']) {
|
if($_FILES['userfile']['error']) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user