From: Sam Reed Date: Fri, 13 Jan 2012 02:37:04 +0000 (+0000) Subject: Push msg from ContextSource/RequestContext into IContextSource X-Git-Tag: 1.31.0-rc.0~25311 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=f67893fd4a0506a3e3d746f5c997c37b7aa64b71;p=lhc%2Fweb%2Fwiklou.git Push msg from ContextSource/RequestContext into IContextSource --- diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index edc0c17c63..ed7aba0359 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -86,5 +86,12 @@ interface IContextSource { * @return Skin */ public function getSkin(); + + /** + * Get a Message object with context set + * + * @return Message object + */ + public function msg(); }