Index: trunk/extensions/CategoryWatch/CategoryWatch.php |
— | — | @@ -80,7 +80,7 @@ |
81 | 81 | /** |
82 | 82 | * Find changes in categorisation and send messages to watching users |
83 | 83 | */ |
84 | | - function onArticleSaveComplete( &$article, &$user, &$text, &$summary, &$medit, ) { |
| 84 | + function onArticleSaveComplete( &$article, &$user, &$text, &$summary, &$medit ) { |
85 | 85 | |
86 | 86 | # Get cats after update |
87 | 87 | $this->after = array(); |