Fixing locales lookup folder name. Closes #1744

This commit is contained in:
ADmad 2011-06-05 02:46:02 +05:30
parent 645c9ad2d2
commit 6c8b7fd878

View file

@ -309,6 +309,7 @@ class App {
'%s' . 'libs' . DS
),
'locales' => array(
'%s' . 'Locale' . DS,
'%s' . 'locale' . DS
),
'vendors' => array('%s' . 'Vendor' . DS, VENDORS),