From 5e29178dd5b5a85648f13fc2b74ca012cf4b19ff Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 09 Aug 2013 07:28:08 -0400
Subject: [PATCH] Fixed syntax error.
---
server/cron_daily.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/server/cron_daily.php b/server/cron_daily.php
index 9c7cad6..443ad6c 100644
--- a/server/cron_daily.php
+++ b/server/cron_daily.php
@@ -1286,7 +1286,8 @@
}
unset($files);
- unset($dir_handle }
+ unset($dir_handle);
+ }
}
unset($clientdb_host);
--
Gitblit v1.9.1