Completed
Pull Request — development (#468)
by Mirco
06:46
created
htdocs/lib2/logic/sitemapxml.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * @param bool $sChangeFreq
53 53
      * @param float $nPriority
54 54
      */
55
-    public function write($sFile, $dLastMod, $sChangeFreq = false, $nPriority )
55
+    public function write($sFile, $dLastMod, $sChangeFreq = false, $nPriority)
56 56
     {
57 57
         if (!$nPriority) { $nPriority = 0.5; }
58 58
         if ($sChangeFreq == false) {
Please login to merge, or discard this patch.