]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix return value documentation for getDesign
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:09:01 +0000 (23:09 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:09:01 +0000 (23:09 -0400)
lib/action.php

index e8aba5b89a0f90ba07dcacad7e247775618a4efc..55fb7c0896301dbab2c91842813a0eb6dab6150a 100644 (file)
@@ -1111,7 +1111,7 @@ class Action extends HTMLOutputter // lawsuit
      * A design (colors and background) for the current page. May be
      * the user's design, or a group's design, or a site design.
      *
-     * @return array Feed object to show in head and links
+     * @return Design a design object to use
      */
 
     function getDesign()