Sfoglia il codice sorgente

remove debug message

TehMuffinMoo 4 anni fa
parent
commit
e2fcd93433
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      api/plugins/invites/plugin.php

+ 1 - 1
api/plugins/invites/plugin.php

@@ -201,7 +201,7 @@ class Invites extends Organizr
 		}
 		$info = $this->processQueries($response);
 		if (!$info) {
-			$this->setAPIResponse('error', 'Code not found'.$response, 404);
+			$this->setAPIResponse('error', 'Code not found', 404);
 			return false;
 		}
 		$response = [