diff options
author | Tom Needham <tom@owncloud.com> | 2013-04-27 17:52:37 +0100 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2013-04-27 17:52:37 +0100 |
commit | 1e1a8b2f3caf1c11ac031c5a34890bac0480989c (patch) | |
tree | 322c1c8635f78a3e0ccf9c3e22cc7f979dd44a0d /ocs | |
parent | 66053693f8032d9e2de8d809620ecd79e2c89e2a (diff) | |
download | nextcloud-server-1e1a8b2f3caf1c11ac031c5a34890bac0480989c.tar.gz nextcloud-server-1e1a8b2f3caf1c11ac031c5a34890bac0480989c.zip |
Fix typo
Diffstat (limited to 'ocs')
-rw-r--r-- | ocs/routes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocs/routes.php b/ocs/routes.php index ed54758faef..5fcf05e4f99 100644 --- a/ocs/routes.php +++ b/ocs/routes.php @@ -11,7 +11,7 @@ OC_API::register( '/config', array('OC_OCS_Config', 'apiConfig'), 'core', - OC_API::GUEST_AUT + OC_API::GUEST_AUTH ); // Person OC_API::register( |