Przeglądaj źródła

change for API consistency

El RIDO 11 lat temu
rodzic
commit
602fc4705e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/zerobin.php

+ 1 - 1
lib/zerobin.php

@@ -454,7 +454,7 @@ class zerobin
             {
                 // Delete the paste
                 $this->_model()->delete($dataid);
-                $this->_return_message(0, 'Paste was properly deleted.');
+                $this->_return_message(0, $dataid);
             }
             else
             {