From 4d84069a415e7a47ad57d1984d69792508bcbb00 Mon Sep 17 00:00:00 2001 From: Brayan Osmar Pereyra Suxo Date: Mon, 10 Jun 2013 09:59:18 -0400 Subject: [PATCH] BUG 0000 Arreglo para mostrar pantallas de plugins --- gulliver/system/class.headPublisher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/system/class.headPublisher.php b/gulliver/system/class.headPublisher.php index d75c2157e..4a7e1d8b1 100644 --- a/gulliver/system/class.headPublisher.php +++ b/gulliver/system/class.headPublisher.php @@ -473,7 +473,7 @@ class headPublisher if (!is_file($sPath . $filename . ".js")) { $aux = explode(PATH_SEP, $filename); //check if G_PLUGIN_CLASS is defined, because publisher can be called without an environment - if (count($aux) > 2 && defined('G_PLUGIN_CLASS')) { + if (count($aux) > 1 && defined('G_PLUGIN_CLASS')) { $flagPlugin = false; $keyPlugin = count($aux)-2;