From 0e751c1e017ceca2ba97e31eb6b0b3a265435114 Mon Sep 17 00:00:00 2001 From: artemuhi Date: Thu, 7 Mar 2024 22:30:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20artemsbc.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artemsbc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemsbc.php b/artemsbc.php index f0df907..1c49235 100644 --- a/artemsbc.php +++ b/artemsbc.php @@ -98,6 +98,6 @@ function artembc_save($filename, $data) { return file_put_contents($filename, json_encode($data)); } function artembc_load($filename) { - return json_decode(file_get_contents($filename)); + return json_decode(file_get_contents($filename), true); } ?> \ No newline at end of file