Commit: 37f05a5e503ace11f1901ff21d8f389c1348c75e

Author: Nate Abele | Date: 2010-01-15 14:09:44 -0500
Fixing default library path in `config/bootstrap.php`.
diff --git a/config/bootstrap.php b/config/bootstrap.php index 952f18a..c2294b3 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -17,7 +17,7 @@ use \lithium\core\Environment; * directory as your application. If you use the same libraries in multiple applications, you can * set this to a shared path on your server. */ -define('LITHIUM_LIBRARY_PATH', '/Library/WebServer/Documents/lithium/core/libraries'); +define('LITHIUM_LIBRARY_PATH', dirname(dirname(__DIR__)) . '/libraries'); /** * This is the path to your application's directory. It contains all the sub-folders for your