Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -386,6 +386,8 @@ |
387 | 387 | $this->limitType( $type ); |
388 | 388 | $this->limitUser( $user ); |
389 | 389 | $this->limitTitle( $title, $pattern ); |
| 390 | + # Hack to recognize subpage parameter |
| 391 | + $_GET['type'] = $type; |
390 | 392 | } |
391 | 393 | |
392 | 394 | /** |