]> _ Git - fluidbook_distantstorage.git/commitdiff
wip #5725 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 11:54:31 +0000 (12:54 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 13 Feb 2023 11:54:31 +0000 (12:54 +0100)
app/tools.php

index 5badbad1eb8614f2a994586fdce6f6fb2b7f12b0..6f34a65e1d9dcc08bb835c5c5b49cb2ee5e5b5a4 100644 (file)
@@ -7,7 +7,7 @@ require_once __DIR__ . "/vendor/autoload.php";
 $f = $_POST['function'];
 if (is_callable([Tools::class, $f])) {
        $res = Tools::$f($_POST);
-       error_log($f . ' : ' . print_r($_POST) . ' -> ' . $res);
+       error_log($f . ' : ' . print_r($_POST, true) . ' -> ' . $res);
        die($res);
 }
 error_log('unavailable function ' . $f);