Port of patch #16 to 2.0
This commit is contained in:
bundled-libs/Onyx
htmlarea/plugins
include
plugins
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_spamblock
serendipity_event_statistics
serendipity_event_textile
@ -166,7 +166,7 @@ class ONYX_RSS
|
||||
clearstatcache();
|
||||
if (!($fp = @fopen($file, 'r')))
|
||||
{
|
||||
$this->raiseError((__LINE__-2), 'Could not read contents of cache file (<em>'.$cache_file.'</em>).');
|
||||
$this->raiseError((__LINE__-2), 'Could not read contents of cache file (<em>'.$file.'</em>).');
|
||||
return false;
|
||||
}
|
||||
$this->data = unserialize(fread($fp, filesize($file)));
|
||||
|
Reference in New Issue
Block a user