X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=1beba74a07c07a0172768c46282a30cdb3bdac08;hb=5a2ba1029ede3d220cea618a9fb078efde5f7bea;hp=1e59ba3b54d8787f7c487f6188effe5506b22ffb;hpb=668da905e2b3a096ed5b5059cbaec587fa113d23;p=friendica.git diff --git a/boot.php b/boot.php index 1e59ba3b54..1beba74a07 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1199 ); +define ( 'DB_UPDATE_VERSION', 1200 ); /** * @brief Constant with a HTML line break. @@ -2278,7 +2278,7 @@ function current_load() { if (!is_array($load_arr)) return false; - return max($load_arr); + return max($load_arr[0], $load_arr[1]); } /**