mirror of
https://github.com/e107inc/e107.git
synced 2025-10-18 16:26:20 +02:00
Typo fix previous commit
This commit is contained in:
@@ -658,13 +658,12 @@ function process_upload()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
return $ret;
|
return $ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
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