Completed
Push — master ( 4d411b...368a33 )
by Mehmet
02:00
created
app/controllers/es/doc_delete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
23 23
     }
24 24
     $found = ($result['found'] === true) ? 1 : 0;
25 25
     sleep(1);
26
-    header("location:" . BASE_HREF . "/" . $index . "/" . $type . "?res=success&req=delete&f=".$found);
26
+    header("location:" . BASE_HREF . "/" . $index . "/" . $type . "?res=success&req=delete&f=" . $found);
27 27
     exit;
28 28
 }
29 29
\ No newline at end of file
Please login to merge, or discard this patch.