Project

General

Profile

Actions

Bug #3430

closed

Connections drop-down for invites doesn't parse names properly

Added by krileon about 12 years ago. Updated almost 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06 April 2012
Due date:
% Done:

100%

Estimated time:

Description

When attempting to return the name of a user in the connections drop-down it's using out of date API resulting in an error.

https://www.joomlapolis.com/forum/153-professional-member-support/196960-gj-251-error-notice-perhaps-bug

Actions #1

Updated by krileon about 12 years ago

Quick fix as follows.

IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php
ON: Line 1335
FROM:
$list_users[] = moscomprofilerHTML::makeOption( $value, array_shift( $cbConn->getField( 'formatname', null, 'php', 'none', 'profile', 0, true ) ) );
TO:
$list_users[] = moscomprofilerHTML::makeOption( $value, $cbConn->getField( 'formatname', null, 'html', 'none', 'profile', 0, true ) );

Actions #2

Updated by krileon almost 12 years ago

  • Target version changed from 2.5.2 to 419
Actions #3

Updated by krileon almost 12 years ago

  • Target version changed from 419 to 2.5.2
Actions #4

Updated by krileon almost 12 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF