Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10328] Fixed the header of json_response.php. | Callum Macrae | 2012-03-31 | 1 | -2/+1 |
| | | | | PHPBB3-10328 | ||||
* | [ticket/10328] Added capital to "Content-type" in phpbb_json_response. | Callum Macrae | 2012-03-31 | 1 | -1/+1 |
| | | | | | | | It was originally Content-type, but has been replaced with Content-Type, which is correct. PHPBB3-10328 | ||||
* | [ticket/10328] Renamed the JSON class, also now using autoloading. | Callum Macrae | 2012-03-31 | 1 | -0/+42 |
It is no longer static, and uses autoloading. It has also been renamed from JSON to phpbb_json_response. PHPBB3-10328 |