]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
frio:fix jot - posts with images were not available on wall
[friendica.git] / boot.php
index 7aa33e5662a6754295a9c33e6db4620c14f87748..1beba74a07c07a0172768c46282a30cdb3bdac08 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -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]);
 }
 
 /**