# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/plugin.class.php +++ administrator/components/com_comprofiler/plugin.class.php @@ -905,6 +905,9 @@ } $results .= "\n\t\t\t\t" . '
'; + if ( ( $field->displaytitle !== null ) && ( $field->displaytitle != 1 ) && ( $output != 'htmledit' ) ) { + $translatedTitle = ''; + } if ( trim( $translatedTitle ) != '' ) { $results .= $label . $translatedTitle