diff options
Diffstat (limited to 'bridges/TheCodingLoveBridge.php')
-rw-r--r-- | bridges/TheCodingLoveBridge.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/TheCodingLoveBridge.php b/bridges/TheCodingLoveBridge.php index b23c6ee0..6e8702b4 100644 --- a/bridges/TheCodingLoveBridge.php +++ b/bridges/TheCodingLoveBridge.php @@ -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; } |