mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix[DashboardController]
This commit is contained in:
parent
c31e33c34a
commit
65d4f1c779
@ -1 +1 @@
|
||||
Subproject commit 92d3e9def837e48f2d8e3da0b2de487e6fa27d7b
|
||||
Subproject commit 2e6245c8eb8d86945f5b251f01e5a1d56c84cce7
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ $transactionPendings = $session->read('Transactions.pending');
|
||||
<body>
|
||||
<div class="versionstring dev-info">
|
||||
<p class="grd_small">Community Server in Entwicklung</p>
|
||||
<p class="grd_small">Alpha 0.4.2</p>
|
||||
<p class="grd_small">Alpha 0.4.3</p>
|
||||
</div>
|
||||
<nav class="grd-left-bar expanded" data-topbar role="navigation">
|
||||
<div class="grd-left-bar-section">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user