Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.hooks.php |
— | — | @@ -268,8 +268,8 @@ |
269 | 269 | */ |
270 | 270 | public static function getPreferences( $user, &$preferences ) { |
271 | 271 | // need to check for existing key, if deployed simultaneously with AFTv4 |
272 | | - if( !array_key_exists( 'articlefeedbackv5-disable', $preferences ) ) { |
273 | | - $preferences['articlefeedbackv5-disable'] = array( |
| 272 | + if( !array_key_exists( 'articlefeedback-disable', $preferences ) ) { |
| 273 | + $preferences['articlefeedback-disable'] = array( |
274 | 274 | 'type' => 'check', |
275 | 275 | 'section' => 'rendering/advancedrendering', |
276 | 276 | 'label-message' => 'articlefeedbackv5-disable-preference', |