1
0

Port of patch to 2.0

This commit is contained in:
Garvin Hicking
2013-05-06 09:47:19 +02:00
parent b543fae655
commit 5ec7481030
17 changed files with 35 additions and 37 deletions
bundled-libs/Onyx
htmlarea/plugins
ImageManager
Classes
SuperClean
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)));