]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/adminpanelaction.php
Style for invite forms and width fix for Onboard popup.
[quix0rs-gnu-social.git] / lib / adminpanelaction.php
index a085fcd5dc2db3657d19aa877734750e385a5389..5642c68d629139c382d8cdc2056a8894ea7eff98 100644 (file)
@@ -67,7 +67,7 @@ class AdminPanelAction extends Action
         // User must be logged in.
 
         if (!common_logged_in()) {
-            // TRANS: Client error message thrown when trying to access the admin panel while not logged in.
+            // TRANS: Error message displayed when trying to perform an action that requires a logged in user.
             $this->clientError(_('Not logged in.'));
             return false;
         }
@@ -290,4 +290,8 @@ class AdminPanelAction extends Action
 
         return $isOK;
     }
+
+    function showProfileBlock()
+    {
+    }
 }