Index: trunk/extensions/ArticleCreationWorkflow/includes/PHPBucket.php |
— | — | @@ -25,7 +25,8 @@ |
26 | 26 | |
27 | 27 | $options = $options + $defaults; |
28 | 28 | |
29 | | - $cookieName = 'phpbucket:'.$key.':'.$options['version']; |
| 29 | + $cookieName = 'phpbucket:'.$key.':' |
| 30 | + .$options['version'].':'. $wgUser->getId(); |
30 | 31 | |
31 | 32 | $selectedBucket = $wgRequest->getCookie( $cookieName ); |
32 | 33 | |