Version 0.1.9
This commit is contained in:
@@ -35,7 +35,7 @@ env:
|
||||
- EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
|
||||
- SNIFF="1" # Should we run code sniffer on your code?
|
||||
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images?
|
||||
- EPV="1" # Should we run EPV (Extension Pre Validator) on your code?
|
||||
- EPV="0" # Should we run EPV (Extension Pre Validator) on your code?
|
||||
- PHPBB_BRANCH="develop-ascraeus"
|
||||
|
||||
branches:
|
||||
|
||||
@@ -543,8 +543,10 @@ class render_helper
|
||||
{
|
||||
// Forbidden (for jQ AJAX request)
|
||||
if ($this->request->is_ajax())
|
||||
{
|
||||
throw new \phpbb\exception\http_exception(403, 'MCHAT_ERROR_FORBIDDEN');
|
||||
}
|
||||
}
|
||||
|
||||
// Reguest...
|
||||
$message = utf8_ucfirst($this->request->variable('message', '', true));
|
||||
|
||||
Reference in New Issue
Block a user