From e1ceb050e19c7574bca146a8da7047ee4ff456b5 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Sun, 10 Jul 2016 05:02:35 -0400
Subject: [PATCH] Merge branch 'stable-3.1'
---
interface/web/client/domain_list.php | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/interface/web/client/domain_list.php b/interface/web/client/domain_list.php
index 85f4a9c..622e52a 100644
--- a/interface/web/client/domain_list.php
+++ b/interface/web/client/domain_list.php
@@ -46,11 +46,6 @@
$app->uses('listform_actions');
-if(isset($_SESSION['show_warning_msg'])) {
- $app->tpl->setloop('warning', array(array('warning_msg' => '<p>'.$_SESSION['show_warning_msg'].'</p>')));
- unset($_SESSION['show_warning_msg']);
-}
-
$app->listform_actions->SQLOrderBy = 'ORDER BY domain.domain';
$app->listform_actions->onLoad();
--
Gitblit v1.9.1