r32980 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r32979‎ | r32980 | r32981 >
Date:20:20, 8 April 2008
Author:aaron
Status:old
Tags:
Comment:
Hack to preserve special page parameter (e.g. "/delete")
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -386,6 +386,8 @@
387387 $this->limitType( $type );
388388 $this->limitUser( $user );
389389 $this->limitTitle( $title, $pattern );
 390+ # Hack to recognize subpage parameter
 391+ $_GET['type'] = $type;
390392 }
391393
392394 /**

Status & tagging log