We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e855e1 commit 7f647daCopy full SHA for 7f647da
lib/plugins/extension/admin.php
@@ -62,8 +62,7 @@ public function handle()
62
}
63
if ($INPUT->post->str('installurl')) {
64
$installer->installFromURL($INPUT->post->str('installurl'));
65
- }
66
- if (isset($_FILES['installfile'])) {
+ } elseif (isset($_FILES['installfile'])) {
67
$installer->installFromUpload('installfile');
68
69
} catch (Exception $e) {
0 commit comments