]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #397 from simonlnu/master
[friendica.git] / boot.php
index e6fc2e9c7f76bdef5cb8f76a3aa583c60f55a1ef..e0d0de8f2ed5de939abcdb4c8db8d54621f32e0e 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
 require_once('include/cache.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.0.1399' );
+define ( 'FRIENDICA_VERSION',      '3.0.1404' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1153      );
 
@@ -413,6 +413,7 @@ if(! class_exists('App')) {
                                        . 'include' . PATH_SEPARATOR
                                        . 'library' . PATH_SEPARATOR
                                        . 'library/phpsec' . PATH_SEPARATOR
+                                       . 'library/langdet' . PATH_SEPARATOR
                                        . '.' );
 
                        if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'],0,2) === "q=") {