From 269eb518145b1854b4de34109cd1827d85513013 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 25 Nov 2005 11:05:05 -0500
Subject: [PATCH] Email Black and Whitelists

---
 interface/web/sites/mail_box_edit.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/sites/mail_box_edit.php b/interface/web/sites/mail_box_edit.php
index 715964f..4d007a7 100644
--- a/interface/web/sites/mail_box_edit.php
+++ b/interface/web/sites/mail_box_edit.php
@@ -98,7 +98,7 @@
 	
 }
 
-$page = new page_action;
-$page->onLoad();
+$app->tform_actions = new page_action;
+$app->tform_actions->onLoad();
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1