no notice form on settings pages
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user