diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-09-05 12:32:54 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-09-05 12:32:54 +0000 |
commit | 28a11959d744fd5e23c4a5543c24863c77160644 (patch) | |
tree | 7cfa6ea576a6f42e5a6e1565556b46a086a4e199 /lib/ocs | |
parent | 6c98a94d3deb5a50fed57c5752999d60601e4af5 (diff) | |
download | nextcloud-server-28a11959d744fd5e23c4a5543c24863c77160644.tar.gz nextcloud-server-28a11959d744fd5e23c4a5543c24863c77160644.zip |
API: Fix /person/check api method
Diffstat (limited to 'lib/ocs')
-rw-r--r-- | lib/ocs/person.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ocs/person.php b/lib/ocs/person.php index c757385dfe1..23b8853533d 100644 --- a/lib/ocs/person.php +++ b/lib/ocs/person.php @@ -16,4 +16,5 @@ class OC_OCS_Person { return 101; } } + } |