X-Git-Url: https://git.heureux-cyclage.org/index.php?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialUserlogout.php;h=080dc1194359ef44e01ec82fa771c6cc12bd0632;hb=48db38da9308d9f7ce3702f675910b74e7c42929;hp=d65ac8527946004f679374ffbbaec70d357f27c8;hpb=526b8476188d826507bedadb0eee1b4b6a1b7ee8;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialUserlogout.php b/includes/specials/SpecialUserlogout.php index d65ac85279..080dc11943 100644 --- a/includes/specials/SpecialUserlogout.php +++ b/includes/specials/SpecialUserlogout.php @@ -56,7 +56,7 @@ class SpecialUserlogout extends UnlistedSpecialPage { // Hook. $injected_html = ''; - wfRunHooks( 'UserLogoutComplete', array( &$user, &$injected_html, $oldName ) ); + Hooks::run( 'UserLogoutComplete', array( &$user, &$injected_html, $oldName ) ); $out->addHTML( $injected_html ); $out->returnToMain();