summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-04-20 13:52:58 +0200
committerBrion Vibber <brion@pobox.com>2010-04-20 13:52:58 +0200
commitdf41287226d113f178ef66f320c8568566890fe9 (patch)
tree26cc4094f89dd76c1d95584c729ec4c32072610a /scripts
parent056cce4b5eed28751bbad97e0dc826ee5310ff39 (diff)
parent61098faf5dd2685ea00c110bb4a3c871da17a300 (diff)
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'scripts')
-rw-r--r--scripts/commandline.inc4
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();