add library to the include path, so we can put ZF2's Zend folder directly in library
authorRob Allen <rob@akrabat.com>
Sun, 16 Oct 2011 19:14:18 +0000 (20:14 +0100)
committerRob Allen <rob@akrabat.com>
Sun, 16 Oct 2011 19:14:18 +0000 (20:14 +0100)
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(),
 )));