]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge branch 'master' into movable_apps
authorGeorg Ehrke <dev@georgswebsite.de>
Mon, 23 Apr 2012 11:03:50 +0000 (13:03 +0200)
committerGeorg Ehrke <dev@georgswebsite.de>
Mon, 23 Apr 2012 11:03:50 +0000 (13:03 +0200)
1  2 
apps/contacts/ajax/loadphoto.php
apps/contacts/ajax/savecrop.php
apps/contacts/ajax/uploadphoto.php
apps/contacts/import.php
apps/contacts/photo.php
apps/contacts/thumbnail.php

Simple merge
Simple merge
Simple merge
index 8cf0a173db1570a12e4c3ea963b4707671340c76,233ed5be22f69814beca882d1191cab9aa4a22e6..b80021e00ea47befbecce87909e6832d0e5afe7e
@@@ -7,9 -7,9 +7,9 @@@
   */
  //check for addressbooks rights or create new one
  ob_start();
 -require_once ('../../lib/base.php');
 + 
  OC_JSON::checkLoggedIn();
- OC_Util::checkAppEnabled('calendar');
+ OC_Util::checkAppEnabled('contacts');
  $nl = "\n";
  $progressfile = 'import_tmp/' . md5(session_id()) . '.txt';
  if(is_writable('import_tmp/')){
Simple merge
Simple merge