Page MenuHomePhabricator

loginreqpagetext.patch

Authored By
bzimport
Nov 21 2014, 9:13 PM
Size
682 B
Referenced Files
None
Subscribers
None

loginreqpagetext.patch

--- /root/software/mediawiki-1.6.3/includes/OutputPage.php 2006-04-11 03:18:02.000000000 +0200
+++ OutputPage.php 2006-05-02 14:40:10.000000000 +0200
@@ -757,7 +757,7 @@
$sk = $wgUser->getSkin();
$loginlink = $sk->makeKnownLinkObj($loginpage, wfMsg('loginreqlink'),
'returnto=' . htmlspecialchars($wgTitle->getPrefixedDBkey()));
- $this->addHTML( wfMsgHtml( 'loginreqpagetext', $loginlink ) );
+ $this->addHTML( wfMsgWikiHtml( 'loginreqpagetext', $loginlink ) );
# We put a comment in the .html file so a Sysop can diagnose the page the
# user can't see.

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2360
Default Alt Text
loginreqpagetext.patch (682 B)

Event Timeline