From: Alexandre Emsenhuber Date: Thu, 11 Sep 2008 10:57:56 +0000 (+0000) Subject: Use content language as this will be hardcoded in the database X-Git-Tag: 1.31.0-rc.0~45364 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=8efff201400bde4649c12abca21a02307d1a060b;p=lhc%2Fweb%2Fwiklou.git Use content language as this will be hardcoded in the database --- diff --git a/includes/Article.php b/includes/Article.php index 3bf45ea7c4..81853f3d3f 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1862,7 +1862,7 @@ class Article { $cascade_description = ''; if( $cascade ) { - $cascade_description = ' ['.wfMsg('protect-summary-cascade').']'; + $cascade_description = ' ['.wfMsgForContent('protect-summary-cascade').']'; } if( $reason )