mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Page/WH
* handle backlink in Page instead of Util * update event/holiday link
This commit is contained in:
@@ -270,8 +270,6 @@ if (!CLI)
|
||||
$_ = explode('=', $str, 2);
|
||||
$pageCall = $_[0];
|
||||
$pageParam = $_[1] ?? '';
|
||||
|
||||
Util::$wowheadLink = 'https://www.wowhead.com/wotlk/'.(User::$localeId ? Util::$subDomains[User::$localeId].'/' : '').$str;
|
||||
}
|
||||
else if (!empty($AoWoWconf['aowow']))
|
||||
Lang::load(LOCALE_EN);
|
||||
|
||||
Reference in New Issue
Block a user