]> git.mxchange.org Git - friendica.git/commitdiff
comment boxes not work in alternate languages
authorfriendica <info@friendica.com>
Thu, 17 Nov 2011 23:42:56 +0000 (15:42 -0800)
committerfriendica <info@friendica.com>
Thu, 17 Nov 2011 23:42:56 +0000 (15:42 -0800)
boot.php
index.php

index 7d9337b2ed1aa0e8822746ddd59b1a3ae3a75e16..74956e9f6a3599d42453f714b7906b34f24e2e44 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDIKA_PLATFORM',     'Friendica');
-define ( 'FRIENDIKA_VERSION',      '2.3.1167' );
+define ( 'FRIENDIKA_VERSION',      '2.3.1168' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.22'    );
 define ( 'DB_UPDATE_VERSION',      1104      );
 
index 78ceb6d770018c1587d6909cb50236a1e31a1919..e43d7332de65c1eba55eb66e0fc5a193eaab4a19 100644 (file)
--- a/index.php
+++ b/index.php
@@ -75,8 +75,6 @@ $a->timezone = (($default_timezone) ? $default_timezone : 'UTC');
 
 date_default_timezone_set($a->timezone);
 
-$a->init_pagehead();
-
 session_start();
 
 /**
@@ -95,6 +93,12 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) {
        load_translation_table($lang);
 }
 
+/*
+ * Create the page head after setting the language
+ *
+ */
+
+$a->init_pagehead();
 
 /**
  *