Index: branches/RC/core/units/general/helpers/mod_rewrite_helper.php =================================================================== diff -u -r9549 -r9552 --- branches/RC/core/units/general/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 9549) +++ branches/RC/core/units/general/helpers/mod_rewrite_helper.php (.../mod_rewrite_helper.php) (revision 9552) @@ -119,6 +119,12 @@ return true; } + /** + * Set's 1st page for all modules (will be used when not passed in url) + * + * @param Array $vars + * @todo this is temporary fix, until mod-rewrite helper will become category-independend + */ function SetDefaultPages(&$vars) { // set module pages for all modules, since we don't know which module will need it @@ -562,5 +568,4 @@ } - ?> \ No newline at end of file