aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-19 15:22:21 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-19 15:22:21 +0200
commitd4072c82dd93757cfe2dcc6d98bb547ab6e9c520 (patch)
tree897ab03a6a4c2b51b5aa91d05eeeb4d4b5206fe1 /apps/contacts
parent07fa8da2785c8846133fc756bec85e329a888537 (diff)
downloadnextcloud-server-d4072c82dd93757cfe2dcc6d98bb547ab6e9c520.tar.gz
nextcloud-server-d4072c82dd93757cfe2dcc6d98bb547ab6e9c520.zip
some fixes for contacts, gallery and openid
Diffstat (limited to 'apps/contacts')
-rw-r--r--apps/contacts/ajax/oc_photo.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/contacts/ajax/oc_photo.php b/apps/contacts/ajax/oc_photo.php
index 0fd978e325a..085d2710f5f 100644
--- a/apps/contacts/ajax/oc_photo.php
+++ b/apps/contacts/ajax/oc_photo.php
@@ -19,9 +19,6 @@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*
*/
-// Init owncloud
-require_once('lib/base.php');
-
// Check if we are a user
// Firefox and Konqueror tries to download application/json for me. --Arthur
OCP\JSON::setContentTypeHeader('text/plain');