summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-06-25 12:44:11 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-06-25 12:44:11 +0000
commit69a9f5f7e67fada32fa32de9fb5e3315aeb17c30 (patch)
treeb7e22126739421b1475c96e9bd063bac6c4d8d0a /install.php
parent7e5b440c108442c165d177b373584a9da88aa06b (diff)
downloadbrdo-69a9f5f7e67fada32fa32de9fb5e3315aeb17c30.tar.gz
brdo-69a9f5f7e67fada32fa32de9fb5e3315aeb17c30.tar.bz2
po -> translations directory rename missing piece, noticed by Alexander Hass
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 1657e3158..e0a6cd7d7 100644
--- a/install.php
+++ b/install.php
@@ -485,7 +485,7 @@ function install_select_profile_form(&$form_state, $profiles) {
* Find all .po files for the current profile.
*/
function install_find_locales($profilename) {
- $locales = file_scan_directory('./profiles/'. $profilename .'/po', '\.po$', array('.', '..', 'CVS'), 0, FALSE);
+ $locales = file_scan_directory('./profiles/'. $profilename .'/translations', '\.po$', array('.', '..', 'CVS'), 0, FALSE);
array_unshift($locales, (object) array('name' => 'en'));
return $locales;
}