mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR: correct the path to SimplePie include
This commit is contained in:
parent
a7f024bc45
commit
eb1dc8019e
@ -58,7 +58,7 @@ class RSSWidget extends Widget {
|
||||
return $output;
|
||||
}
|
||||
|
||||
include_once(Director::getAbsFile(SAPPHIRE_DIR . '/thirdparty/simplepie/SimplePie.php'));
|
||||
include_once(Director::getAbsFile(SAPPHIRE_DIR . '/thirdparty/simplepie/simplepie.inc'));
|
||||
|
||||
$t1 = microtime(true);
|
||||
$feed = new SimplePie($this->AbsoluteRssUrl, TEMP_FOLDER);
|
||||
|
Loading…
Reference in New Issue
Block a user