fix return value documentation for getDesign

This commit is contained in:
Evan Prodromou 2009-05-23 23:09:01 -04:00
parent d92a018cd2
commit 4ec5ea510c

View 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()