From cb200124a32464a48496bf22bb65c25ce0f0cb16 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 30 Oct 2019 17:41:54 +0000 Subject: [PATCH] ... --- mithril_client | 2 +- src/Template/Layout/frontend.ctp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mithril_client b/mithril_client index 2e6245c8e..ba18dea75 160000 --- a/mithril_client +++ b/mithril_client @@ -1 +1 @@ -Subproject commit 2e6245c8eb8d86945f5b251f01e5a1d56c84cce7 +Subproject commit ba18dea752ad7edb6b65a31dab6f3ab974b72308 diff --git a/src/Template/Layout/frontend.ctp b/src/Template/Layout/frontend.ctp index da117f309..3af578ec3 100644 --- a/src/Template/Layout/frontend.ctp +++ b/src/Template/Layout/frontend.ctp @@ -17,7 +17,7 @@ use Cake\Routing\Router; $cakeDescription = 'Gradido'; $session = $this->getRequest()->getSession(); $transactionPendings = $session->read('Transactions.pending'); - +//echo "transactions pending: " . $transactionPendings; ?>