From 8f4c527b7011509bcf330c325306c1c6a8e5fb93 Mon Sep 17 00:00:00 2001
From: aryapradipta9 <aryapradipta9@gmail.com>
Date: Thu, 19 Apr 2018 20:14:10 +0700
Subject: [PATCH] changing minor bug

---
 sendNotif.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sendNotif.php b/sendNotif.php
index 8b5f588..7493fb7 100755
--- a/sendNotif.php
+++ b/sendNotif.php
@@ -47,7 +47,7 @@ class FirebaseNotif
         
         // $cat = $_POST["kategori"];
         // if ($cat == "pengumuman" ) {
-            $vars["notification"]["click_action"] = "mainActivity"; //testing
+            //$vars["notification"]["click_action"] = "mainActivity"; //testing
             // $vars["data"] = array("id" => $_POST["id"]);
         // }
         curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($vars, JSON_UNESCAPED_SLASHES));  //Post Fields
-- 
GitLab