|
@@ -58,10 +58,10 @@ |
|
|
block discarded – undo |
|
58
|
58
|
|
|
59
|
59
|
public function atomFeedLastUpdated() |
|
60
|
60
|
{ |
|
61
|
|
- if (!$this->variableApi->has('ZikulaAtomTheme','atom_feed_lastupdated')) { |
|
62
|
|
- $this->variableApi->set('ZikulaAtomTheme','atom_feed_lastupdated', time()); |
|
|
61
|
+ if (!$this->variableApi->has('ZikulaAtomTheme', 'atom_feed_lastupdated')) { |
|
|
62
|
+ $this->variableApi->set('ZikulaAtomTheme', 'atom_feed_lastupdated', time()); |
|
63
|
63
|
} |
|
64
|
|
- $time = $this->variableApi->get('ZikulaAtomTheme','atom_feed_lastupdated'); |
|
|
64
|
+ $time = $this->variableApi->get('ZikulaAtomTheme', 'atom_feed_lastupdated'); |
|
65
|
65
|
|
|
66
|
66
|
return strftime('%Y-%m-%dT%H:%M:%SZ', $time); |
|
67
|
67
|
} |
Please login to merge, or discard this patch.