diff --git a/CoefficientEditor/index.php b/CoefficientEditor/index.php
index 57840e71c08a2e1c15c5a57d5678f8dd4b6b404e..d70a07d8192e06b571e94f8a0692df52743fa24a 100644
--- a/CoefficientEditor/index.php
+++ b/CoefficientEditor/index.php
@@ -115,7 +115,7 @@ $app->put('/changeCoefficient/gajiPokok', function() use ($app) {
     $response->setJsonContent(
         array(
             'status' => 'OK',
-            'debug' => $temp
+            'debug' => $coefficient
         )
     );