|
|
@@ -46,7 +46,6 @@
|
|
|
<?php if (FreshRSS_Auth::accessNeedsAction()) { ?>
|
|
|
<a class="signout" href="<?= _url('auth', 'logout') ?>">
|
|
|
<?= _i('logout') . _t('gen.auth.logout') ?>
|
|
|
-
|
|
|
(<?= htmlspecialchars(Minz_Session::param('currentUser', '_'), ENT_NOQUOTES, 'UTF-8') ?>)
|
|
|
</a>
|
|
|
<?php } ?>
|
|
|
@@ -59,10 +58,9 @@
|
|
|
<?php
|
|
|
$msg = '';
|
|
|
$status = 'closed';
|
|
|
- if (isset($this->notification)) {
|
|
|
+ if (!empty($this->notification)) {
|
|
|
$msg = $this->notification['content'];
|
|
|
$status = $this->notification['type'];
|
|
|
-
|
|
|
invalidateHttpCache();
|
|
|
}
|
|
|
?>
|