1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-28 10:24:11 +01:00

Unused var

This commit is contained in:
Thomas Tanghus 2014-04-01 02:31:16 +02:00
parent 9d672249da
commit fa9f66e140

View File

@ -69,7 +69,6 @@ class AddressBookController extends Controller {
$addressBook = $this->app->getAddressBook($params['backend'], $params['addressBookId']);
$lastModified = $addressBook->lastModified();
$etag = null;
$response = new JSONResponse();
$response->setData(array('data' => $addressBook->getMetaData()));