Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.api.js |
— | — | @@ -299,7 +299,7 @@ |
300 | 300 | dataType: 'json', |
301 | 301 | success: function( data ) { |
302 | 302 | // Invalidate cache |
303 | | - cacheGadgetData( 'local', id, null ); |
| 303 | + cacheGadgetData( 'local', gadget.id, null ); |
304 | 304 | if ( data && data.edit && data.edit ) { |
305 | 305 | if ( data.edit.result === 'Success' ) { |
306 | 306 | o.success( data.edit ); |
— | — | @@ -314,7 +314,7 @@ |
315 | 315 | }, |
316 | 316 | error: function(){ |
317 | 317 | // Invalidate cache |
318 | | - cacheGadgetData( 'local', id, null ); |
| 318 | + cacheGadgetData( 'local', gadget.id, null ); |
319 | 319 | o.error( 'unknown' ); |
320 | 320 | } |
321 | 321 | }); |