Page 1 of 1

NEWS module v. 2.10.3 - Links in browseable category list

Posted: Thu Dec 10, 2009 5:56 am
by vilkis
News module version 2.10.3
Link of child category in browseable category list point to news of parent category and all child categories.
Here is patch for action.browsecat.php:

Code: Select all

59c59
< 	unset($parms['browsecat']);
---
> 	unset($parms['browsecat'] , $parms['category']);
vilkis