forked from blallo/rss-bridge
[LWNprevBridge] Fix everchanging url
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com> Closes #563
This commit is contained in:
parent
ccd8af09b9
commit
55a77c734d
1 changed files with 2 additions and 2 deletions
|
@ -188,9 +188,9 @@ EOD;
|
||||||
|
|
||||||
$item = array();
|
$item = array();
|
||||||
|
|
||||||
$item['uri'] = self::URI.'#'.microtime(true);
|
$item['uri'] = self::URI.'#'.count($items);
|
||||||
|
|
||||||
$item['timestamp'] = $this->editionTimeStamp;//+$URICounter;
|
$item['timestamp'] = $this->editionTimeStamp;
|
||||||
|
|
||||||
$item['author'] = 'LWN';
|
$item['author'] = 'LWN';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue