Index: trunk/phase3/includes/WebRequest.php |
— | — | @@ -70,7 +70,7 @@ |
71 | 71 | if( $path == $wgScript && $want !== 'all' ) { |
72 | 72 | // Script inside a rewrite path? |
73 | 73 | // Abort to keep from breaking... |
74 | | - return; |
| 74 | + return array(); |
75 | 75 | } |
76 | 76 | // Raw PATH_INFO style |
77 | 77 | $matches = self::extractTitle( $path, "$wgScript/$1" ); |