summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-05-23 23:09:01 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-05-23 23:09:01 -0400
commit4ec5ea510cd5be39c13c2cf3bc9f9c1c8ac5df82 (patch)
tree3d813cb6608594791477a590efcfd1d254aeba2f /lib
parentd92a018cd2b199213cbd66f27dbabb460d3d55c9 (diff)
fix return value documentation for getDesign
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index e8aba5b89..55fb7c089 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -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()