r65839 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65838‎ | r65839 | r65840 >
Date:07:32, 3 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r65822
Modified paths:
  • /trunk/extensions/Storyboard/specials/Story/Story_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Storyboard/specials/Story/Story_body.php
@@ -121,7 +121,7 @@
122122 global $wgTitle;
123123 $wgOut->addWikiMsg(
124124 'storyboard-canedit',
125 - htmlspecialchars( $this->getTitle( $story->story_title )->getFullURL( array( 'action' => 'edit' ) ) )
 125+ $this->getTitle( $story->story_title )->getFullURL( array( 'action' => 'edit' ) )
126126 );
127127 }
128128 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r65822Fixed security issuesjeroendedauw01:21, 3 May 2010

Status & tagging log