Actions
Bug #3664
closedAbout content not rendering in its tab
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