MyBB Community Forums

Full Version: [F] functions_online.php: $themes -> $theme [C-Michael83]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In inc/functions_online.php:
function build_wol_row($user)
{
    global $mybb, $lang, $templates, $themes, $session;
$themes should be $theme.
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

With regards,
MyBB Group
This hasn't been updated in the latest trunk or branch. The file reads as shown:

function build_wol_row($user)
{
	global $mybb, $lang, $templates, $themes, $session;
Because I haven't committed it yet. gosh >.>
Well, you posted it has been updated so I checked it. Wink I'll just give fixed bug reports a couple of days before checking, that way it otta be committed.
(2008-12-30, 05:00 AM)Rcpalace Wrote: [ -> ]Well, you posted it has been updated so I checked it. Wink I'll just give fixed bug reports a couple of days before checking, that way it otta be committed.

That is just the canned response. Until the ticket has been created and marked as resolved in the SVN, it hasn't actually been committed yet.
Ah, I see. I was wondering where the ticket was. Toungue