From f67893fd4a0506a3e3d746f5c997c37b7aa64b71 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 13 Jan 2012 02:37:04 +0000 Subject: [PATCH] Push msg from ContextSource/RequestContext into IContextSource --- includes/context/IContextSource.php | 7 +++++++ 1 file changed, 7 insertions(+) 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(); } -- 2.20.1