diff options
Diffstat (limited to 'apps/contacts/ajax/editname.php')
-rw-r--r-- | apps/contacts/ajax/editname.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/contacts/ajax/editname.php b/apps/contacts/ajax/editname.php index 868ca222e0a..9e7c090eeed 100644 --- a/apps/contacts/ajax/editname.php +++ b/apps/contacts/ajax/editname.php @@ -32,5 +32,3 @@ if($id) { } $page = $tmpl->fetchPage(); OCP\JSON::success(array('data' => array('page'=>$page))); - -?> |