From 1e1a8b2f3caf1c11ac031c5a34890bac0480989c Mon Sep 17 00:00:00 2001 From: Tom Needham Date: Sat, 27 Apr 2013 17:52:37 +0100 Subject: Fix typo --- ocs/routes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ocs') 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( -- cgit v1.2.3