Completed
Push — master ( 184a53...f62bbe )
by Iurii
01:17
created
Skeleton.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     public function hookCron()
82 82
     {
83 83
         // Automatically delete created files older than 1 day
84
-        $lifespan = 24*60*60;
84
+        $lifespan = 24 * 60 * 60;
85 85
         $directory = GC_PRIVATE_DOWNLOAD_DIR . '/skeleton';
86 86
         if (is_dir($directory)) {
87 87
             gplcart_file_delete($directory, array('zip'), $lifespan);
Please login to merge, or discard this patch.