Skip to content

Commit

Permalink
Add missing global declaration
Browse files Browse the repository at this point in the history
Fixes issue giterlizzi#21 (hopefully)
  • Loading branch information
fiwswe authored Jan 29, 2023
1 parent 68eaa38 commit 54cedf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/import.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ private function cmd_import()

global $INPUT;
global $conf;
global $lang;

$extract_dir = io_mktmpdir();
$archive_file = $INPUT->str('file');
Expand Down

0 comments on commit 54cedf2

Please sign in to comment.