We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#2694 closed Defect (fixed)

Typo in engine/lib/groups

Reported by: jtilson Owned by: cash
Priority: normal Milestone: Elgg 1.8.0
Component: Core Version: Github Master
Severity: critical Keywords:
Cc: brettp Difficulty: trivial

Description

Hey all,

I found a typo in the join_group function here:

http://trac.elgg.org/browser/elgg/trunk/engine/lib/group.php#L567

On line 571 we call: elgg_trigger_event('join', 'group', $params);

But the variable is named $param on line 570.

  • Jeff

Change History (2)

comment:1 Changed 2 years ago by cash

  • Difficulty set to trivial
  • Milestone changed from Needs Review to Elgg 1.8
  • Owner set to cash
  • Status changed from new to assigned

Confirmed. This was introduced in trunk and is not in the branches.

comment:2 Changed 2 years ago by cash

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [svn:7473]) Fixes #2694 fixed typo in join_group()

Note: See TracTickets for help on using tickets.