mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 11:54:52 +00:00
Bugfix: Creating users
This commit is contained in:
@@ -131,7 +131,7 @@ if (isset($_POST['edit_user'])) {
|
|||||||
|
|
||||||
// Check for and process image/photo
|
// Check for and process image/photo
|
||||||
$extended_alert_description = '';
|
$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'))) {
|
if ($new_file_name = checkFileUpload($_FILES['file'], array('jpg', 'jpeg', 'gif', 'png', 'webp'))) {
|
||||||
|
|
||||||
$file_tmp_path = $_FILES['file']['tmp_name'];
|
$file_tmp_path = $_FILES['file']['tmp_name'];
|
||||||
|
|||||||
Reference in New Issue
Block a user