Project

General

Profile

Actions

Bug #3664

closed

About content not rendering in its tab

Added by krileon over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
23 August 2012
Due date:
% Done:

100%

Estimated time:

Description

The about content isn't rendering due to the below bug.

Notice: Undefined variable: about_content in components\com_comprofiler\plugin\user\plug_cbgroupjive\plugins\cbgroupjiveabout\cbgroupjiveabout.php on line 47

Quickfix as follows.

IN: components/com_comprofiler/plugin/user/plug_cbgroupjive/plugins/cbgroupjiveabout/cbgroupjiveabout.ph
ON: Line 47
FROM:
return $this->showAbout( $about_content, $tabs, $group, $category, $user, $plugin );
TO:
return $this->showAbout( $aboutContent, $tabs, $group, $category, $user, $plugin );

https://www.joomlapolis.com/forum/153-professional-member-support/208530-gj-about-tab-blank

Actions #1

Updated by krileon over 11 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF