Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.gadgetmanager.js |
— | — | @@ -177,7 +177,7 @@ |
178 | 178 | id = $( this ).data( 'gadget-id' ); |
179 | 179 | |
180 | 180 | if ( ga.conf.userIsAllowed['gadgets-definition-edit'] ) { |
181 | | - ga.ui.startGadgetManager( id ); |
| 181 | + ga.ui.startGadgetManager( 'modify', id ); |
182 | 182 | return; |
183 | 183 | } |
184 | 184 | // Use localized special page name if possible to avoid redirect |