From c30032e1ff5f446de70d22b3849be1de530f5542 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 14 Jun 2010 07:48:08 +0000 Subject: [PATCH] Make sure etemplate.js gets loaded --- importexport/inc/class.importexport_definitions_ui.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/importexport/inc/class.importexport_definitions_ui.inc.php b/importexport/inc/class.importexport_definitions_ui.inc.php index 2ebefe9e8a..aa3b114456 100644 --- a/importexport/inc/class.importexport_definitions_ui.inc.php +++ b/importexport/inc/class.importexport_definitions_ui.inc.php @@ -259,6 +259,7 @@ class importexport_definitions_ui else { $GLOBALS['egw']->js->set_onload("document.getElementById('picturebox').style.display = 'none';"); + egw_framework::validate_file('.', 'etemplate', 'etemplate'); $GLOBALS['egw']->common->egw_header(); echo '
'."\n"; echo '

{Im|Ex}port Wizard

';