diff options
author | Brice Maron <brice@bmaron.net> | 2011-10-18 20:10:17 +0200 |
---|---|---|
committer | Brice Maron <brice@bmaron.net> | 2011-10-18 20:10:17 +0200 |
commit | 59eac3bc29426b4871b03e9d173467e7b8059501 (patch) | |
tree | 327537213d41e3c16272f566862eac35cdc41c3a /apps | |
parent | 2ac00b378a536b67a85bf5972952663ca432d115 (diff) | |
download | nextcloud-server-59eac3bc29426b4871b03e9d173467e7b8059501.tar.gz nextcloud-server-59eac3bc29426b4871b03e9d173467e7b8059501.zip |
Correct little typo/bug in log display and remove ending php tag
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/ajax/getitem.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/ajax/getitem.php b/apps/files_sharing/ajax/getitem.php index 8d51c146523..075ec043eac 100644 --- a/apps/files_sharing/ajax/getitem.php +++ b/apps/files_sharing/ajax/getitem.php @@ -33,5 +33,3 @@ while ($source != "" && $source != "/" && $source != "." && $source != $userDire if (!empty($users)) { OC_JSON::encodedPrint($users); } - -?> |