@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | public $main_template = 'sys_main'; |
21 | 21 | public $bench = null; |
22 | 22 | public $compile_id = null; |
23 | - public $cache_id = null; // This is a smarty caching ID, not a caches.cache_id. |
|
23 | + public $cache_id = null; // This is a smarty caching ID, not a caches.cache_id. |
|
24 | 24 | public $title = ''; |
25 | 25 | public $menuitem = null; |
26 | 26 | public $nowpsearch = false; |
@@ -417,7 +417,7 @@ discard block |
||
417 | 417 | * @throws SmartyException |
418 | 418 | */ |
419 | 419 | public function is_cached(mixed $dummy1 = null, mixed $dummy2 = null, mixed $dummy3 = null) |
420 | - : bool|string { |
|
420 | + : bool | string { |
|
421 | 421 | global $login; |
422 | 422 | |
423 | 423 | // if the user is an admin, dont cache the content |