Index: trunk/extensions/Polyglot/Polyglot.php |
— | — | @@ -130,7 +130,7 @@ |
131 | 131 | $a = new Article($t); |
132 | 132 | $a->loadPageData(); |
133 | 133 | |
134 | | - if ($a->mIsRedirect) { |
| 134 | + if ($a->isRedirect()) { |
135 | 135 | $rt = $a->followRedirect(); |
136 | 136 | if ($rt && $rt->exists()) { |
137 | 137 | //TODO: make "redirected from" show $source, not $title, if we followed a redirect internally. |