Skip to content

Commit

Permalink
Bugfix: Creating users
Browse files Browse the repository at this point in the history
  • Loading branch information
wrongecho committed Nov 20, 2024
1 parent c96833a commit a216f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post/admin/admin_user.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

// Check for and process image/photo
$extended_alert_description = '';
if (isset($_FILES['file']['tmp_name'])) {\
if (isset($_FILES['file']['tmp_name'])) {
if ($new_file_name = checkFileUpload($_FILES['file'], array('jpg', 'jpeg', 'gif', 'png', 'webp'))) {

$file_tmp_path = $_FILES['file']['tmp_name'];
Expand Down

0 comments on commit a216f1b

Please sign in to comment.