X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiLogout.php;h=bf0ca9c68b847f99573e4da4c93211ec7d8da11a;hb=c73cd2ef7c8bc36e8d0e1e6970347df564782db3;hp=bf81723fded3c0c94771850a24cd9ad0cfdeb694;hpb=08e21a46f775f038abca424b7c15f9cad3510984;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiLogout.php b/includes/api/ApiLogout.php index bf81723fde..bf0ca9c68b 100644 --- a/includes/api/ApiLogout.php +++ b/includes/api/ApiLogout.php @@ -39,7 +39,7 @@ class ApiLogout extends ApiBase { // Give extensions to do something after user logout $injected_html = ''; - wfRunHooks( 'UserLogoutComplete', array( &$user, &$injected_html, $oldName ) ); + Hooks::run( 'UserLogoutComplete', array( &$user, &$injected_html, $oldName ) ); } public function isReadMode() {