mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +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