Index: trunk/phase3/includes/Title.php |
— | — | @@ -2545,7 +2545,7 @@ |
2546 | 2546 | } |
2547 | 2547 | |
2548 | 2548 | if ( $this->mOldRestrictions !== false && $this->mOldRestrictions !== '' ) { |
2549 | | - foreach ( explode( ':', trim( $oldFashionedRestrictions ) ) as $restrict ) { |
| 2549 | + foreach ( explode( ':', trim( $this->mOldRestrictions ) ) as $restrict ) { |
2550 | 2550 | $temp = explode( '=', trim( $restrict ) ); |
2551 | 2551 | if ( count( $temp ) == 1 ) { |
2552 | 2552 | // old old format should be treated as edit/move restriction |