From 4ef1a553e57e5447db4431f5ea8cc4e35cae148f Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Mon, 28 Mar 2011 15:56:33 -0400
Subject: [PATCH] added default-values for first use to the rescue-module

---
 interface/lib/app.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index a70b25c..6465c41 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -73,7 +73,7 @@
 			if(empty($_SESSION['s']['language'])) $_SESSION['s']['language'] = $conf['language'];
 		}
 
-		$this->uses('auth,plugin');
+		$this->uses('auth,plugin,functions');
 	}
 
 	public function uses($classes) {

--
Gitblit v1.9.1