aboutsummaryrefslogtreecommitdiff
path: root/bridges/LesJoiesDuCodeBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/LesJoiesDuCodeBridge.php')
-rw-r--r--bridges/LesJoiesDuCodeBridge.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/LesJoiesDuCodeBridge.php b/bridges/LesJoiesDuCodeBridge.php
index ab759dd9..4ff8e2c1 100644
--- a/bridges/LesJoiesDuCodeBridge.php
+++ b/bridges/LesJoiesDuCodeBridge.php
@@ -7,7 +7,7 @@ class LesJoiesDuCodeBridge extends BridgeAbstract{
$this->name = "Les Joies Du Code";
$this->uri = "http://lesjoiesducode.fr/";
$this->description = "LesJoiesDuCode";
- $this->update = "2016-08-06";
+ $this->update = "2016-08-09";
}
@@ -36,7 +36,7 @@ class LesJoiesDuCodeBridge extends BridgeAbstract{
if($pos > 0)
{
$auteur = trim(str_replace("*/", "", substr($auteur->innertext, ($pos + 2))));
- $item->name = $auteur;
+ $item->author = $auteur;
}