From fbd239e480a0247ba65b1d3a7a03b7cea2462c78 Mon Sep 17 00:00:00 2001
From: elvanowen <vanzz_95@hotmail.com>
Date: Mon, 16 May 2016 17:51:25 +0700
Subject: [PATCH] Everything

---
 CoefficientEditor/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CoefficientEditor/index.php b/CoefficientEditor/index.php
index 57840e7..d70a07d 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
         )
     );
     
-- 
GitLab