Skip to content

Commit 489ab6e

Browse files
added a panel.check config var, which makes it possible to hide the panel error message on the homepage
1 parent 5e1f048 commit 489ab6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.mdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- fixed static bugs in PHP 5.4
1313
- added multi-language label support for checkbox fields
1414
- fixed a bug in the upload plugin
15+
- added a panel.check config var, which makes it possible to hide the panel error message on the homepage
1516

1617
## 0.8
1718

templates/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="dashboard">
88

9-
<?php if(!empty($check)): ?>
9+
<?php if(!empty($check) && c::get('panel.check', true) !== false): ?>
1010

1111
<div class="warning">
1212

0 commit comments

Comments
 (0)