From d9289de1c4f5d4c5ec9beca39b0ef72e9bdf942a Mon Sep 17 00:00:00 2001 From: David Persson Date: Wed, 17 Mar 2010 20:54:34 +0100 Subject: [PATCH] Merge `Catalog` configurations with ones setup by i.e. plugins. --- app/config/bootstrap/g11n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/bootstrap/g11n.php b/app/config/bootstrap/g11n.php index 6460275b2b..abecb67480 100644 --- a/app/config/bootstrap/g11n.php +++ b/app/config/bootstrap/g11n.php @@ -75,7 +75,7 @@ 'adapter' => 'Php', 'path' => LITHIUM_LIBRARY_PATH . '/lithium/g11n/resources/php' ) -)); +) + Catalog::config()); /** * Integration with `Inflector`.