diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-20 13:52:58 +0200 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-20 13:52:58 +0200 |
commit | df41287226d113f178ef66f320c8568566890fe9 (patch) | |
tree | 26cc4094f89dd76c1d95584c729ec4c32072610a /scripts | |
parent | 056cce4b5eed28751bbad97e0dc826ee5310ff39 (diff) | |
parent | 61098faf5dd2685ea00c110bb4a3c871da17a300 (diff) |
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
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(); |