@ -334,7 +334,7 @@ function content_cache__put($key, $config, $data) {
if ($ps[0] === 'always')
$cache_file .= ','.$ps[0];
else if ($ps[0] === 'ondemand')
$cache_file .= $config;
$cache_file .= ','.$config;
file_put_contents($cache_file, serialize($data));
}