Browse Source

Fix Update controller

Visman 4 years ago
parent
commit
516534d1d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Controllers/Update.php

+ 2 - 2
app/Controllers/Update.php

@@ -34,9 +34,9 @@ class Update
                     ],
                     ],
                 ],
                 ],
             ];
             ];
-        }
 
 
-        $this->c->config($confChange);
+            $this->c->config($confChange);
+        }
 
 
         $uri = $_SERVER['REQUEST_URI'];
         $uri = $_SERVER['REQUEST_URI'];
         if (false !== ($pos = \strpos($uri, '?'))) {
         if (false !== ($pos = \strpos($uri, '?'))) {