Merge pull request #94 from pitchoule/patch-6

Update and rename TagBoardBridge to TagBoardBridge.php
This commit is contained in:
Mitsu 2014-09-11 10:51:19 +02:00
commit 345469c620

View file

@ -44,7 +44,7 @@ class TagBoardBridge extends BridgeAbstract{
}
public function getCacheDuration(){
return 0; // 6 hours 21600
return 21600; // 6 hours
}
}