Index: trunk/extensions/LiquidThreads/classes/Thread.php |
— | — | @@ -1408,6 +1408,7 @@ |
1409 | 1409 | $restrictions = array_merge( $threadRestrictions, $talkpageRestrictions ); |
1410 | 1410 | |
1411 | 1411 | foreach( $restrictions as $right => $source ) { |
| 1412 | + if ( $right == 'sysop' ) $right = 'protect'; |
1412 | 1413 | if ( !$user->isAllowed( $right ) ) { |
1413 | 1414 | return $source; |
1414 | 1415 | } |