]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo
authorTom Needham <tom@owncloud.com>
Sat, 27 Apr 2013 16:52:37 +0000 (17:52 +0100)
committerTom Needham <tom@owncloud.com>
Sat, 27 Apr 2013 16:52:37 +0000 (17:52 +0100)
ocs/routes.php

index ed54758faefeb90e1925e18b684ab6ced7209353..5fcf05e4f99b4f0204cf53b4cfee1c3877a2d6c9 100644 (file)
@@ -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(