mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
bridges: Change ->name to ->author
This commit is contained in:
@@ -7,7 +7,7 @@ class TheCodingLoveBridge extends BridgeAbstract{
|
||||
$this->name = "The Coding Love";
|
||||
$this->uri = "http://thecodinglove.com/";
|
||||
$this->description = "The Coding Love";
|
||||
$this->update = "2016-08-06";
|
||||
$this->update = "2016-08-09";
|
||||
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ class TheCodingLoveBridge extends BridgeAbstract{
|
||||
if($pos > 0)
|
||||
{
|
||||
$auteur = trim(str_replace("*/", "", substr($auteur->innertext, ($pos + 2))));
|
||||
$item->name = $auteur;
|
||||
$item->author = $auteur;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user