mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix include path bugs
This commit is contained in:
@@ -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');
|
||||||
|
Reference in New Issue
Block a user