diff --git a/mithril_client b/mithril_client index 92d3e9def..2e6245c8e 160000 --- a/mithril_client +++ b/mithril_client @@ -1 +1 @@ -Subproject commit 92d3e9def837e48f2d8e3da0b2de487e6fa27d7b +Subproject commit 2e6245c8eb8d86945f5b251f01e5a1d56c84cce7 diff --git a/src/Controller/DashboardController.php b/src/Controller/DashboardController.php index fef0856f9..98326c156 100644 --- a/src/Controller/DashboardController.php +++ b/src/Controller/DashboardController.php @@ -91,7 +91,7 @@ class DashboardController extends AppController //echo $newStateUser->id; } } - } + // for debugging @@ -100,13 +100,14 @@ class DashboardController extends AppController //$this->set('json', $json); $this->set('timeUsed', microtime(true) - $startTime); - } else { - if($json['state'] === 'not found' ) { - $this->Flash->error(__('invalid session')); + } else { + if($json['state'] === 'not found' ) { + $this->Flash->error(__('invalid session')); //echo $json['user']['email_checked']; //var_dump($json); // //return $this->redirect(Router::url('/', true) . 'account/', 303); + } } } diff --git a/src/Template/Layout/frontend.ctp b/src/Template/Layout/frontend.ctp index bfc6eaa08..da117f309 100644 --- a/src/Template/Layout/frontend.ctp +++ b/src/Template/Layout/frontend.ctp @@ -40,7 +40,7 @@ $transactionPendings = $session->read('Transactions.pending');

Community Server in Entwicklung

-

Alpha 0.4.2

+

Alpha 0.4.3