expose hide_category parameter to fetchPrintEntires
This commit is contained in:
parent
de35302f62
commit
f8393caa02
@ -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++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user