Skip to content

Commit

Permalink
Revert "Rename LakeusHooks"
Browse files Browse the repository at this point in the history
Based on mediawiki/core
commit 3e2653f83bc096889d8b69d1e01a52d7de42b247

Bug: #23
Change-Id: If5d8cf28f064c8f2e42cc7040c62c080fe260f83
  • Loading branch information
winstonsung committed Jan 18, 2024
1 parent e17b5a3 commit e4dc7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/LakeusHooks.php → includes/Hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use MediaWiki\Preferences\Hook\GetPreferencesHook;

class LakeusHooks implements GetPreferencesHook {
class Hooks implements GetPreferencesHook {
/**
* @see https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Hooks/GetPreferences
* @param User $user
Expand Down
2 changes: 1 addition & 1 deletion skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
},
"HookHandlers": {
"LakeusHooks": {
"class": "MediaWiki\\Skins\\Lakeus\\LakeusHooks"
"class": "MediaWiki\\Skins\\Lakeus\\Hooks"
}
},
"Hooks": {
Expand Down

0 comments on commit e4dc7b5

Please sign in to comment.