From e9dad8e262831c057955487e078e97c8bb8c1530 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2013 10:30:48 +0200 Subject: glpi: upstream patch for ZF2 --- glpi-config_path.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glpi-config_path.php') diff --git a/glpi-config_path.php b/glpi-config_path.php index 7e33abd..a76c3da 100644 --- a/glpi-config_path.php +++ b/glpi-config_path.php @@ -28,7 +28,7 @@ define('GLPI_PHPMAILER_DIR', 'PHPMailer'); define('GLPI_EZC_BASE', 'ezc/Base/base.php'); define('GLPI_PHPCAS', 'CAS.php'); define('GLPI_HTMLAWED', 'htmLawed/htmLawed.php'); -define('GLPI_ZEND', '/usr/share/php/Zend'); +define('GLPI_ZEND_PATH', '/usr/share/php/Zend'); define("GLPI_SIMPLEPIE_PATH", '/usr/share/php/php-simplepie'); // Fonts -- cgit