From 97b643fce0b6323bde954157a931a87ca05b52e5 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sun, 06 Jan 2008 13:56:59 -0500
Subject: [PATCH] Fixed some typo.

---
 install/lib/installer_base.lib.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index 2fdab33..c07f349 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -611,7 +611,7 @@
 			if ($dh = opendir($dir)) {
 				while (($file = readdir($dh)) !== false) {
 					if($file != '.' && $file != '..') {
-						symlink($install_dir.'/server/mods-enabled/'.$file,$install_dir.'/server/mods-available/'.$file)
+						symlink($install_dir.'/server/mods-enabled/'.$file,$install_dir.'/server/mods-available/'.$file);
 					}
 				}
 				closedir($dh);

--
Gitblit v1.9.1