Fix include path bugs

This commit is contained in:
Romain Neutron
2012-01-11 20:57:54 +01:00
parent 278195fcfd
commit e9beddc80e

View File

@@ -9,7 +9,7 @@
* file that was distributed with this source code. * file that was distributed with this source code.
*/ */
$new_include_path = __DIR__ . '/../../../../vendor/alchemy/gdata/' . PATH_SEPARATOR . get_include_path(); $new_include_path = __DIR__ . '/../../../vendor/gdata/' . PATH_SEPARATOR . get_include_path();
set_include_path($new_include_path); set_include_path($new_include_path);
require_once('Zend/Loader.php'); require_once('Zend/Loader.php');