]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigPlugin.php
Merge tag 'v0.10.4' into stable
[github/shaarli/Shaarli.git] / application / config / ConfigPlugin.php
index b3d9752bcb4a9ed276dd58026be69d256c1bdf1e..dbb249374a7262053b5e03000d38b746c9772563 100644 (file)
@@ -34,8 +34,7 @@ function save_plugin_config($formData)
         // If there is no order, it means a disabled plugin has been enabled.
         if (isset($formData['order_' . $key])) {
             $plugins[(int) $formData['order_' . $key]] = $key;
-        }
-        else {
+        } else {
             $newEnabledPlugins[] = $key;
         }
     }