]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Diaspora in AP - and changed function name
[friendica.git] / index.php
index 8b0bd472513fd9c5a1ca9bbd457a60ce963682d3..a62b7a2ea1ff2e5cc52390857ee1294408ebf541 100644 (file)
--- a/index.php
+++ b/index.php
@@ -215,6 +215,10 @@ if (strlen($a->module)) {
         * First see if we have an addon which is masquerading as a module.
         */
 
+       if ($a->module == 'object') {
+               $a->module = 'display';
+       }
+
        // Compatibility with the Android Diaspora client
        if ($a->module == 'stream') {
                goaway('network?f=&order=post');