Completed
Push — master ( 387eb9...845ccf )
by Craig
08:04
created
src/themes/AtomTheme/Twig/AtomThemeExtension.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -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.