aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/json_response.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/json_response.php')
-rw-r--r--phpBB/phpbb/json_response.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/json_response.php b/phpBB/phpbb/json_response.php
index 5dd904da09..fe532fc9d4 100644
--- a/phpBB/phpbb/json_response.php
+++ b/phpBB/phpbb/json_response.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb;
+
/**
* @ignore
*/
@@ -19,7 +21,7 @@ if (!defined('IN_PHPBB'))
* JSON class
* @package phpBB3
*/
-class phpbb_json_response
+class json_response
{
/**
* Send the data to the client and exit the script.