Index: trunk/phase3/includes/RequestContext.php |
— | — | @@ -56,7 +56,7 @@ |
57 | 57 | * @return WebRequest |
58 | 58 | */ |
59 | 59 | public function getRequest() { |
60 | | - if ( !isset($this->request) ) { |
| 60 | + if ( $this->request === null ) { |
61 | 61 | global $wgRequest; # fallback to $wg till we can improve this |
62 | 62 | $this->request = $wgRequest; |
63 | 63 | } |