From fb3a98c0f06fb14a188e5a020936768fa04cb205 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 22 Oct 2010 06:24:31 -0400
Subject: [PATCH] Merged serveral bugfixes and new language files from stable branch (revisions 2055 - 2093)

---
 install/dist/lib/gentoo.lib.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/install/dist/lib/gentoo.lib.php b/install/dist/lib/gentoo.lib.php
index 51e7e6d..428cb98 100644
--- a/install/dist/lib/gentoo.lib.php
+++ b/install/dist/lib/gentoo.lib.php
@@ -670,14 +670,14 @@
 		//* Create the config file for ISPConfig server
 		$this->write_config_file("$install_dir/server/lib/$configfile", $content);
 		
-    	//* Create the config file for remote-actions (but only, if it does not exist, because
-		//* the value is a autoinc-value and so changed by the remoteaction_core_module
+		//* Create the config file for remote-actions (but only, if it does not exist, because
+		//  the value is a autoinc-value and so changed by the remoteaction_core_module
 		if (!file_exists($install_dir.'/server/lib/remote_action.inc.php')) {
 			$content = '<?php' . "\n" . '$maxid_remote_action = 0;' . "\n" . '?>';
-			$this->write_config_file("$install_dir/server/lib/remote_action.inc.php", $content);
+			wf($install_dir.'/server/lib/remote_action.inc.php', $content);
 		}
 		
-    	//* Enable the server modules and plugins.
+    	// Enable the server modules and plugins.
 		// TODO: Implement a selector which modules and plugins shall be enabled.
 		$dir = $install_dir.'/server/mods-available/';
 		if (is_dir($dir)) {

--
Gitblit v1.9.1