Commit: 2cbd4f96010417fbd64b66507ab58f0352e85800

Author: gwoo | Date: 2009-12-18 11:49:23 -0800
reverting change to LITHIUM_LIBRARY_PATH
diff --git a/config/bootstrap.php b/config/bootstrap.php index 19b567f..8158154 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -17,7 +17,7 @@ use \lithium\core\Libraries; * 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', dirname(dirname(__DIR__)) . '/lithium/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