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:
@@ -300,7 +300,7 @@ class EventPage extends GenericPage
|
||||
else
|
||||
{
|
||||
if ($this->hId)
|
||||
Util::$wowheadLink = 'http://'.Util::$subDomains[User::$localeId].'.wowhead.com/event='.$this->hId;
|
||||
$this->wowheadLink = sprintf(WOWHEAD_LINK, Util::$subDomains[User::$localeId], 'event', $this->hId);
|
||||
|
||||
/********************/
|
||||
/* finalize infobox */
|
||||
|
||||
Reference in New Issue
Block a user