forked from GNUsocial/gnu-social
no notice form on settings pages
This commit is contained in:
parent
53db4c2b85
commit
85610d0881
@ -163,4 +163,15 @@ class SettingsAction extends CurrentUserDesignAction
|
|||||||
$menu = new SettingsNav($this);
|
$menu = new SettingsNav($this);
|
||||||
$menu->show();
|
$menu->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Show notice form.
|
||||||
|
*
|
||||||
|
* @return nothing
|
||||||
|
*/
|
||||||
|
|
||||||
|
function showNoticeForm()
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user