diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-02 01:46:29 -0700 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-09-02 01:46:29 -0700 |
commit | 06870a6e390f68d741893b4454b8fe4063404ca8 (patch) | |
tree | 54c56bfe04e6b7b59e2d64f6e9da1fb9d0c6d3d1 /lib | |
parent | 91c0923cce85c446a748eb47bec784cf9d8a2c17 (diff) | |
parent | f1836a997f9c8051bf040b78cd5475a8e9862fe0 (diff) | |
download | nextcloud-server-06870a6e390f68d741893b4454b8fe4063404ca8.tar.gz nextcloud-server-06870a6e390f68d741893b4454b8fe4063404ca8.zip |
Merge pull request #4673 from owncloud/ocsapi_cleanup
remove the activity call here. it is not implemented anyways.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ocs/activity.php | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/ocs/activity.php b/lib/ocs/activity.php deleted file mode 100644 index c30e21018d3..00000000000 --- a/lib/ocs/activity.php +++ /dev/null @@ -1,28 +0,0 @@ -<?php -/** -* ownCloud -* -* @author Frank Karlitschek -* @copyright 2012 Frank Karlitschek frank@owncloud.org -* -* This library is free software; you can redistribute it and/or -* modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE -* License as published by the Free Software Foundation; either -* version 3 of the License, or any later version. -* -* This library is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU AFFERO GENERAL PUBLIC LICENSE for more details. -* -* You should have received a copy of the GNU Affero General Public -* License along with this library. If not, see <http://www.gnu.org/licenses/>. -* -*/ - -class OC_OCS_Activity { - - public static function activityGet($parameters){ - // TODO - } -} |