diff options
Diffstat (limited to 'include/expire.php')
-rw-r--r-- | include/expire.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/expire.php b/include/expire.php index 47cc04829..e75594b5f 100644 --- a/include/expire.php +++ b/include/expire.php @@ -45,7 +45,7 @@ function expire_run($argv, $argc){ foreach ($r as $rr) { // expire the sys channel separately - if ($rr['channel_pageflags'] & PAGE_SYSTEM) + if (intval($rr['channel_system'])) continue; // service class default (if non-zero) over-rides the site default |