]> git.mxchange.org Git - friendica.git/blobdiff - index.php
Object instead of Display
[friendica.git] / index.php
index a62b7a2ea1ff2e5cc52390857ee1294408ebf541..8b0bd472513fd9c5a1ca9bbd457a60ce963682d3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -215,10 +215,6 @@ 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');