Update ZF2 submodule to release-2.0.0beta1 tag
[zf2.biz/galerie.git] / public / index.php
index edf3990..5c4778d 100644 (file)
@@ -5,6 +5,7 @@ defined('APPLICATION_ENV')
 
 // Ensure ZF is on the include path
 set_include_path(implode(PATH_SEPARATOR, array(
+    realpath(__DIR__ . '/../library'),
     realpath(__DIR__ . '/../library/ZendFramework/library'),
     get_include_path(),
 )));