TehMuffinMoo 4 лет назад
Родитель
Сommit
e2fcd93433
1 измененных файлов с 1 добавлено и 1 удалено
  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);
 		$info = $this->processQueries($response);
 		if (!$info) {
 		if (!$info) {
-			$this->setAPIResponse('error', 'Code not found'.$response, 404);
+			$this->setAPIResponse('error', 'Code not found', 404);
 			return false;
 			return false;
 		}
 		}
 		$response = [
 		$response = [