Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 10 years ago

#4685 closed defect (bug) (fixed)

Undefined index: link_title

Reported by: lekiend Owned by:
Priority: normal Milestone: 1.7
Component: Core Version: 1.6.1
Severity: normal Keywords: needs-patch
Cc:

Description

With WP-debug ON, i get the following notice.

Notice: Undefined index: link_title in /wp-content/plugins/buddypress/bp-groups/bp-groups-widgets.php on line 52

I use
WP 3.4.2 single site
Buddypress 1.6.1

Dimitri

Change History (4)

#1 @DJPaul
14 years ago

  • Component CoreWarnings/Notices
  • Keywords needs-patch added
  • Milestone Awaiting Review1.7

#2 @johnjamesjacoby
14 years ago

  • Resolutionfixed
  • Status newclosed

(In [6660]) Fix debug notice in Groups widget from missing empty() check on widget title. Fixes #4685.

#3 @johnjamesjacoby
14 years ago

(In [6661]) $instancetitle will always be set, even if originally empty. See #4685.

#4 @DJPaul
10 years ago

  • Component Tools - Warnings/NoticesCore
Note: See TracTickets for help on using tickets.