diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-20 13:52:18 +0200 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-20 13:52:18 +0200 |
commit | 61098faf5dd2685ea00c110bb4a3c871da17a300 (patch) | |
tree | 802849c215ddcc93beada58f4c80c2a4ca1aa763 /scripts | |
parent | 32918bb7c18c6c098a16e88d169099c6ce371dfe (diff) | |
parent | c48caa85e12063c2df9913957dbd11af6b5e3ea6 (diff) |
Merge branch 'master' of gitorious.org:statusnet/mainline into testing
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/commandline.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/commandline.inc b/scripts/commandline.inc index 9029bb19d..a475e11d0 100644 --- a/scripts/commandline.inc +++ b/scripts/commandline.inc @@ -123,6 +123,10 @@ require_once INSTALLDIR . '/lib/common.php'; set_error_handler('common_error_handler'); +// Set up the language infrastructure so we can localize anything that +// needs to be sent out to users, such as mail notifications. +common_init_language(); + function _make_matches($opt, $alt) { $matches = array(); |