]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
make some actions CurrentUserDesignActions
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:40:11 +0000 (23:40 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:40:11 +0000 (23:40 -0400)
lib/mailbox.php
lib/settingsaction.php

index 01bbf5721a4450426f2b53a0d731979fa76c1b02..766510a47b94318d4d0eb78a8021a584c9fefd84 100644 (file)
@@ -47,11 +47,11 @@ define('MESSAGES_PER_PAGE', 20);
  * @see      OutboxAction
  */
 
-class MailboxAction extends PersonalAction
+class MailboxAction extends CurrentUserDesignAction
 {
     var $page = null;
 
-    function prepare($args) 
+    function prepare($args)
     {
         parent::prepare($args);
 
@@ -265,12 +265,12 @@ class MailboxAction extends PersonalAction
      * Returns either the name (and link) of the API client that posted the notice,
      * or one of other other channels.
      *
-     * @param string $source the source of the message 
+     * @param string $source the source of the message
      *
      * @return void
      */
 
-    function showSource($source) 
+    function showSource($source)
     {
         $source_name = _($source);
         switch ($source) {
index db20c580436b46e0ae4bc361d65013d2234d43d2..17d3a2f64dcb1853190ee0064b6a224d01342be0 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('LACONICA')) {
  * @see      Widget
  */
 
-class SettingsAction extends Action
+class SettingsAction extends CurrentUserDesignAction
 {
     /**
      * A message for the user.