From a141a4bdf552f298ff7195e00e0ff4e6ded56f28 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 18 Apr 2014 10:11:10 +0100 Subject: [PATCH] Remove line breaks and extra tabs Makes it easier to update in the updater process --- lib/plugins-manager.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/plugins-manager.php b/lib/plugins-manager.php index 311dc74..2687c4e 100644 --- a/lib/plugins-manager.php +++ b/lib/plugins-manager.php @@ -71,15 +71,15 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset unlink($zipFile); // Start creating a new chunk for the plugins settings - $settingsNew = '"plugins" => array('.PHP_EOL; + $settingsNew = '"plugins" => array('; // Set all the old plugins for ($i=0; $i