expose hide_category parameter to fetchPrintEntires

This commit is contained in:
Garvin Hicking 2008-06-27 10:44:14 +00:00
parent de35302f62
commit f8393caa02

View File

@ -165,7 +165,7 @@ function serendipity_ifRemember($name, $value, $isDefault = false, $att = 'check
function serendipity_smarty_fetchPrintEntries($params, &$smarty) { function serendipity_smarty_fetchPrintEntries($params, &$smarty) {
global $serendipity; global $serendipity;
static $entrycount = 0; static $entrycount = 0;
static $restore_var_GET_keys = array('category', 'viewAuthor', 'page'); static $restore_var_GET_keys = array('category', 'viewAuthor', 'page', 'hide_category');
// A counter variable to not assign template files multiple times // A counter variable to not assign template files multiple times
$entrycount++; $entrycount++;