2 fede Sep 27, 2013 18:56

Thanks @fede,
We will keep an eye on this and let you know.
This issue was fixed and will be included in the next standard release.
Thanks.
Can you please take a look at it? it's still not working: http://demo3.b2evolution.net/stable/index.php?catsel[]=3&catsel[]=4
Thanks
Well, as nobody answers, i did the ugly solution:
as I don't care about categories_meta_description, in line 903 of /inc/skins/_skins.function.php
I added
global $catsel;
and replaced
if( $Blog->get_setting( 'categories_meta_description') )
by
if( $Blog->get_setting( 'categories_meta_description') && empty($catsel) )