diff options
Diffstat (limited to 'apps/files_sharing/ajax/getstatuses.php')
-rw-r--r-- | apps/files_sharing/ajax/getstatuses.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/ajax/getstatuses.php b/apps/files_sharing/ajax/getstatuses.php index 488cab13bc9..1be4d9a0d9c 100644 --- a/apps/files_sharing/ajax/getstatuses.php +++ b/apps/files_sharing/ajax/getstatuses.php @@ -20,5 +20,3 @@ if ($rows = OC_Share::getMySharedItems()) { } OCP\JSON::success(array('data' => $items)); - -?> |