]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
Catch a couple of missing XML namespace declarations on API XML output. Missing NS...
[quix0rs-gnu-social.git] / index.php
index ea5c802779eb9aaf4cb623fcc95ef989f578a63b..3778ffe42016486f18090257f2bca6b5d8e57920 100644 (file)
--- a/index.php
+++ b/index.php
@@ -185,7 +185,7 @@ function checkMirror($action_obj, $args)
 
 function isLoginAction($action)
 {
-    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp');
+    static $loginActions =  array('login', 'recoverpassword', 'api', 'doc', 'register', 'publicxrds', 'otp', 'rsd');
 
     $login = null;