Bug #367

Who's online do_addsubscription and removesubscriptions

Added by Ryan Gordon over 2 years ago. Updated over 2 years ago.

Status:Closed Start date:08/13/2009
Priority:Normal Due date:
Assignee:Max Marze % Done:

100%

Category:Who's Online
Target version:1.4.10
Reproducibility: Database Type:
Reported In MyBB Version:1.4.8 Database Version:
PHP Version: SQA assignments:
Browser:

Description

In the functions_online.php are 2 mistakes of the usercp2. At first there is a missing "s" by one of the 2 "removesubscription" and the "do_addsubscription" is totally missing. In the WOL it's shown as "Unknown Location"

@elseif($parameters['action']  "addsubscription" || $parameters['action']  "removesubscription" || $parameters['action'] == "removesubscription")
 {
$user_activity['activity'] = "usercp2_subscriptions";
}@

Should be

@elseif($parameters['action']  "addsubscription" || $parameters['action']  "do_addsubscription" || $parameters['action']  "removesubscription" || $parameters['action']  "removesubscriptions")
{
$user_activity['activity'] = "usercp2_subscriptions";
}@

Associated revisions

Revision 4427
Added by Ryan Gordon over 2 years ago

Fixes Merged Accounts and Join Date (fixes:366)
Fixes Who's online do_addsubscription and removesubscriptions (fixes:367)
Fixes UserCP Ampersand in link not valid (fixes:369)
Fixes Search PHP error (fixes:368)
Fixes Copy forum - forum can have no parent (fixes:370)
Fixes Backup DB and Check File task enabling warning (fixes:371)
Fixes Syndication: Atom and RSS different time (fixes:372)
Fixes Buddy List doesn't show invisible users as online (fixes:373)
Fixes editpost editpost_start hook run twice (fixes:374)

History

Updated by Ryan Gordon over 2 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100

Applied in changeset r4427.

Updated by Stefan T. over 2 years ago

  • Status changed from Resolved to Closed

Updated by Ryan Gordon over 2 years ago

  • Target version changed from 1.4.9 to 1.4.10
  • Reported In MyBB Version set to 1.4.8

Also available in: Atom PDF