Revision: 202
http://sourceforge.net/p/beeframework/code/202
Author: m_plomer
Date: 2014-08-28 08:44:41 +0000 (Thu, 28 Aug 2014)
Log Message:
-----------
- JsonService: fixed missing Content-Type header
Modified Paths:
--------------
branches/0.9-dev/framework/Bee/MVC/View/JsonService.php
Modified: branches/0.9-dev/framework/Bee/MVC/View/JsonService.php
===================================================================
--- branches/0.9-dev/framework/Bee/MVC/View/JsonService.php 2014-08-27 21:21:55 UTC (rev 201)
+++ branches/0.9-dev/framework/Bee/MVC/View/JsonService.php 2014-08-28 08:44:41 UTC (rev 202)
@@ -22,8 +22,8 @@
*/
class Bee_MVC_View_JsonService extends Bee_MVC_View_Abstract {
- protected function prepareResponse() {
- }
+// protected function prepareResponse() {
+// }
/**
* @Return void
@@ -32,6 +32,4 @@
protected function renderMergedOutputModel() {
echo json_encode(Bee_MVC_Model::getModelValues());
}
-}
-
-?>
\ No newline at end of file
+}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|