1
0
Fork 0

Object instead of Display

This commit is contained in:
Michael 2018-09-30 12:21:57 +00:00
commit cb44aa83c7
3 changed files with 43 additions and 10 deletions

View file

@ -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');