Переглянути джерело

verify Fixed Fuel's json test

Mike Smith 11 роки тому
батько
коміт
af03e690a3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      php-fuel/fuel/app/classes/controller/bench.php

+ 1 - 1
php-fuel/fuel/app/classes/controller/bench.php

@@ -4,7 +4,7 @@ class Controller_Bench extends Controller
 {
     public function action_json()
     {
-        return new Response(json_encode(array('message' => 'Hello World!')), 200, array(
+        return new Response(json_encode(array('message' => 'Hello, World!')), 200, array(
             'Content-Type' => 'application/json'
         ));
     }