Index: trunk/phase3/includes/ProtectionForm.php |
— | — | @@ -211,7 +211,7 @@ |
212 | 212 | global $wgGroupPermissions; |
213 | 213 | |
214 | 214 | $edit_restriction = $this->mRestrictions['edit']; |
215 | | - |
| 215 | + $this->mCascade = $wgRequest->getBool( 'mwProtect-cascade' ); |
216 | 216 | if ($this->mCascade && ($edit_restriction != 'protect') && |
217 | 217 | !(isset($wgGroupPermissions[$edit_restriction]['protect']) && $wgGroupPermissions[$edit_restriction]['protect'] ) ) |
218 | 218 | $this->mCascade = false; |