Version 0.1.9

This commit is contained in:
dmzx
2015-12-14 18:47:54 +01:00
parent 6be0012e32
commit 65f66057a2
2 changed files with 3 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ env:
- EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE - EXTNAME="dmzx/mChat-Extension" # CHANGE name of the extension HERE
- SNIFF="1" # Should we run code sniffer on your code? - SNIFF="1" # Should we run code sniffer on your code?
- IMAGE_ICC="0" # Should we run icc profile sniffer on your images? - 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" - PHPBB_BRANCH="develop-ascraeus"
branches: branches:

View File

@@ -543,7 +543,9 @@ class render_helper
{ {
// Forbidden (for jQ AJAX request) // Forbidden (for jQ AJAX request)
if ($this->request->is_ajax()) if ($this->request->is_ajax())
{
throw new \phpbb\exception\http_exception(403, 'MCHAT_ERROR_FORBIDDEN'); throw new \phpbb\exception\http_exception(403, 'MCHAT_ERROR_FORBIDDEN');
}
} }
// Reguest... // Reguest...