X-Git-Url: https://git.llucax.com/mecon/ai.git/blobdiff_plain/6dae897ef96ea30feeb2fa6d5de82c9c7775b479..ebcac5bed3516264f417de12f9255f22df215f0b:/sistema/local_lib/AI/Form.php?ds=sidebyside diff --git a/sistema/local_lib/AI/Form.php b/sistema/local_lib/AI/Form.php index 27e9bb2..ea7c5c8 100644 --- a/sistema/local_lib/AI/Form.php +++ b/sistema/local_lib/AI/Form.php @@ -160,7 +160,7 @@ class AI_Form extends MECON_HTML_QuickForm { $fLinkAyuda =& $this->addElement('text', 'link_ayuda', 'Enlace de la ayuda'); //$fIcono =& $this->addElement('text', 'icono', 'Ícono'); $fIcono =& $this->addElement('select', 'icono', 'Ícono', - listarArchivos('/var/www/sistemas/intranet/www/images', $tipo . '_', '\.gif')); + listarArchivos('/var/www/sistemas/intranet/sistema/www/images', $tipo . '_', '\.gif')); // Carga datos. if ($accion & (AI_BAJA | AI_MODIF)) { $fLink->setValue($obj->link);