From 60c75206af37dfd52d88ed52fe34757f1cb8758c Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 27 Feb 2013 04:00:52 -0800 Subject: [PATCH] Plugin LAN Fix --- e107_admin/plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/plugin.php b/e107_admin/plugin.php index cf2690ffb..8e6b071bc 100644 --- a/e107_admin/plugin.php +++ b/e107_admin/plugin.php @@ -2421,7 +2421,7 @@ exit; echo $mes->render(); - $ns->tablerender(LADLAN_98.SEP."Plugin Builder".SEP.LAN_CREATED.": plugin.xml", "
".$xmlText."
"); + $ns->tablerender(ADLAN_98.SEP."Plugin Builder".SEP.LAN_CREATED.": plugin.xml", "
".$xmlText."
"); $ns->tablerender(LAN_CREATED.": admin_config.php", "
".$text."
");