mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Fix typos in variable names that broke stuff.
This commit is contained in:
parent
e69f1374f3
commit
0eb18b2a15
@ -258,7 +258,7 @@ class GroupController extends Controller {
|
|||||||
$response = new JSONResponse();
|
$response = new JSONResponse();
|
||||||
$params = $this->request->urlParams;
|
$params = $this->request->urlParams;
|
||||||
$categoryId = $params['categoryId'];
|
$categoryId = $params['categoryId'];
|
||||||
$categoryname = $this->request->post['name'];
|
$categoryName = $this->request->post['name'];
|
||||||
$ids = $this->request->post['contactIds'];
|
$ids = $this->request->post['contactIds'];
|
||||||
//$response->debug('request: '.print_r($this->request->post, true));
|
//$response->debug('request: '.print_r($this->request->post, true));
|
||||||
|
|
||||||
@ -305,7 +305,7 @@ class GroupController extends Controller {
|
|||||||
return $response;
|
return $response;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($obj->removeFromGroup($categoryname)) {
|
if ($obj->removeFromGroup($categoryName)) {
|
||||||
$backend->updateContact(null, $contactId, $obj, array('noCollection' => true));
|
$backend->updateContact(null, $contactId, $obj, array('noCollection' => true));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user