Index: trunk/phase3/includes/Article.php |
— | — | @@ -229,7 +229,7 @@ |
230 | 230 | // Revision title doesn't match the page title given? |
231 | 231 | if ( $this->mPage->getID() != $this->mRevision->getPage() ) { |
232 | 232 | $function = array( get_class( $this->mPage ), 'newFromID' ); |
233 | | - $this->mPage = call_user_func( $function, $revision->getPage() ); |
| 233 | + $this->mPage = call_user_func( $function, $this->mRevision->getPage() ); |
234 | 234 | } |
235 | 235 | } |
236 | 236 | } |