]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - index.php
Cleanup bad i18n format for page title on bookmarklet posting window
[quix0rs-gnu-social.git] / index.php
index ea5c802779eb9aaf4cb623fcc95ef989f578a63b..6bfbc11da898b57ccd30bf3f5811ca690e4d45c9 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', 'opensearch');
 
     $login = null;