Project

General

Profile

Bug #4836

Updated by beat over 9 years ago

See MR !651 

 line 1041 of language.php has string: 

 <pre><code class="php"> <pre> 
 'INPUT_COMMA_SEPARATED_LIST_OF_INTERNAL_CATEGORIES__7180a6' => 'Input comma separated list of internal categories (e.g. General,Movies,Family).', 
 </code></pre> </pre> 

 which got changed in MR !650 on line 63 in file components/com_comprofiler/plugin/user/plug_cbblogs/cbblogs.xml 

 and is the description attribute: 

 <pre><code class="xml"> <pre> 
 <param name="blog_categories" type="text" default="General,Movies,Music,Games,Sports" size="40" label="Categories" description="Input comma separated list of internal categories (e.g. General,Movies,Family)." /> 
 </code></pre> </pre> 

 xml description attribute should end in the admin.language.php file, and not in language.php file during strings parsing.

Back