From 33afd96244c221bc01576827f189a13d4b735062 Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 15 Sep 2013 00:32:50 +0200 Subject: * tablica asocjacyjna zamiast obiektu na wyjściu kalkulatora MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/lib/OsikaEvaluator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/lib') diff --git a/bin/lib/OsikaEvaluator.php b/bin/lib/OsikaEvaluator.php index 6b2e6a2..e3a7543 100644 --- a/bin/lib/OsikaEvaluator.php +++ b/bin/lib/OsikaEvaluator.php @@ -271,7 +271,7 @@ class OsikaEvaluator { $result['subtotal'] = $subtotal; $result['total'] = array('total' => $total); - return json_decode(json_encode($result)); + return $result; } } -- cgit v1.2.3