Index: trunk/extensions/CentralAuth/CentralAuth.php |
— | — | @@ -244,8 +244,9 @@ |
245 | 245 | $wgLogActions['gblrights/groupprms2'] = 'centralauth-rightslog-entry-groupperms2'; |
246 | 246 | $wgLogActions['gblrights/groupprms3'] = 'centralauth-rightslog-entry-groupperms3'; |
247 | 247 | |
248 | | -foreach ( array( 'newset', 'setrename', 'setnewtype', 'setchange', 'deleteset' ) as $type ) |
| 248 | +foreach ( array( 'newset', 'setrename', 'setnewtype', 'setchange', 'deleteset' ) as $type ) { |
249 | 249 | $wgLogActionsHandlers["gblrights/{$type}"] = 'efHandleWikiSetLogEntry'; |
| 250 | +} |
250 | 251 | |
251 | 252 | function efHandleWikiSetLogEntry( $type, $action, $title, $skin, $params, $filterWikilinks = false ) { |
252 | 253 | $link = $skin ? $skin->makeLinkObj( $title, htmlspecialchars( $params[0] ) ) : $params[0]; |