aboutsummaryrefslogtreecommitdiff
path: root/include/contacts-new.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/contacts-new.php')
-rw-r--r--include/contacts-new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/contacts-new.php b/include/contacts-new.php
index 440e744..c75298c 100644
--- a/include/contacts-new.php
+++ b/include/contacts-new.php
@@ -20,10 +20,10 @@
require_once('./conf.php');
require_once('./login-ajax.php');
-$response = new response();
+$response = new Response();
try {
- $client = new client($_pdo, $_REQUEST['clientId']);
+ $client = new Client($_pdo, $_REQUEST['clientId']);
$contact = $client->createContact(
$_REQUEST['name'],