]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/commandline.inc
add last-modified header to sitemaps to keep them from getting regenerated
[quix0rs-gnu-social.git] / scripts / commandline.inc
index 9029bb19db4e7df9879d73fccbb4b792124c8599..a475e11d01abba19ba7fb9ba8126f00f312388c7 100644 (file)
@@ -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();