From: Sarven Capadisli Date: Wed, 3 Mar 2010 20:42:34 +0000 (-0500) Subject: Removed aside container from output for the admin panel sections X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ef6bf8f331175374af6889df82927b3cf6757b8a;p=quix0rs-gnu-social.git Removed aside container from output for the admin panel sections --- diff --git a/lib/adminpanelaction.php b/lib/adminpanelaction.php index 9ea4fe2066..1d9c425635 100644 --- a/lib/adminpanelaction.php +++ b/lib/adminpanelaction.php @@ -189,6 +189,16 @@ class AdminPanelAction extends Action $this->elementEnd('div'); } + /** + * There is no data for aside, so, we don't output + * + * @return nothing + */ + function showAside() + { + + } + /** * show human-readable instructions for the page, or * a success/failure on save.