Index: trunk/phase3/includes/Article.php |
— | — | @@ -1771,7 +1771,6 @@ |
1772 | 1772 | if ( $cascade ) |
1773 | 1773 | $comment .= "$cascade_description"; |
1774 | 1774 | |
1775 | | - $rowsAffected = false; |
1776 | 1775 | # Update restrictions table |
1777 | 1776 | foreach( $limit as $action => $restrictions ) { |
1778 | 1777 | if ($restrictions != '' ) { |