forked from GNUsocial/gnu-social
drop onStartShowHeadElements handler from MobileProfile; just duplicated the original code path, and after removing the bogus notice-spewing code it was running those things twice.
This commit is contained in:
parent
aceaeb99e5
commit
8a02cad424
@ -234,24 +234,6 @@ class MobileProfilePlugin extends WAP20Plugin
|
||||
}
|
||||
|
||||
|
||||
function onStartShowHeadElements($action)
|
||||
{
|
||||
// @fixme nothing appears to set a serveMobile on any action,
|
||||
// so this is useless and spews errors. Is this supposed to be
|
||||
// checking $this?
|
||||
//if (!$action->serveMobile) {
|
||||
// return true;
|
||||
//}
|
||||
|
||||
$action->showTitle();
|
||||
$action->showShortcutIcon();
|
||||
$action->showStylesheets();
|
||||
$action->showFeeds();
|
||||
$action->showDescription();
|
||||
$action->extraHead();
|
||||
}
|
||||
|
||||
|
||||
function onStartShowStatusNetStyles($action)
|
||||
{
|
||||
if (!$this->serveMobile) {
|
||||
|
Loading…
Reference in New Issue
Block a user