mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Typo fix previous commit
This commit is contained in:
@@ -658,13 +658,12 @@ function process_upload()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
e107::getMessage()->addError('Something went wrong during the attachment uploading process.'));
|
||||
e107::getMessage()->addError('Something went wrong during the attachment uploading process.');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user