[svn 1486] Realm info -> Realm

Posts from previous Beta sessions

[svn 1486] Realm info -> Realm

Postby benv666 » Tue Dec 04, 2007 10:37 pm

I was just messing around and exploring all new stuff a bit when I ran into this glitch:

I went to Realm Information and then Guilds. Works fine.
Now I noticed the "Realm" menu, and was surprised to see a few other realms (but certainly not all). So I selected another realm, which gives an error because there are no guilds for it in our roster. Obvious.

However, from there I can't select my realm anymore, trying to do so gives this error.

Bug, or am I doing something stupid? :)
benv666
WR.net Apprentice
WR.net Apprentice
 
Posts: 42
Joined: Wed May 09, 2007 5:04 pm
Location: The Netherlands

[svn 1486] Realm info -> Realm

Postby zanix » Wed Dec 05, 2007 1:57 am

Yeah, its a bug

Open lib/roster.php
Line 380
Code: Select all
list($region, $realm) = explode('-',$_GET['realm'],2);

Replace with
Code: Select all
list($region, $realm) = explode('-',$this->anchor,2);


Line 386
Code: Select all
$realm = $_GET['realm'];

Replace with
Code: Select all
$realm = $this->anchor;
Read the Forum Rules, the WiKi, and Search before posting!
WoWRoster v2.1 - SigGen v0.3.3.523 - WoWRosterDF
User avatar
zanix
Admin
Admin
WoWRoster.net Dev Team
WoWRoster.net Dev Team
UA/UU Developer
UA/UU Developer
 
Posts: 5546
Joined: Mon Jul 03, 2006 8:29 am
Location: Idaho Falls, Idaho
Realm: Doomhammer (PvE) - US

[svn 1486] Realm info -> Realm

Postby benv666 » Thu Dec 06, 2007 2:03 am

Yep, that fixes it. Thanks :)
benv666
WR.net Apprentice
WR.net Apprentice
 
Posts: 42
Joined: Wed May 09, 2007 5:04 pm
Location: The Netherlands


Return to Archived

Who is online

Users browsing this forum: No registered users and 1 guest

cron