Replace deprecated calls to OutputPage::parse()
[lhc/web/wiklou.git] / includes / skins / Skin.php
index 2c71571..fa09347 100644 (file)
@@ -1554,7 +1554,7 @@ abstract class Skin extends ContextSource {
                        // TTL in seconds
                        600,
                        function () use ( $notice ) {
-                               return $this->getOutput()->parse( $notice );
+                               return $this->getOutput()->parseAsInterface( $notice );
                        }
                );