We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1f048 commit 489ab6eCopy full SHA for 489ab6e
changelog.mdown
@@ -12,6 +12,7 @@
12
- fixed static bugs in PHP 5.4
13
- added multi-language label support for checkbox fields
14
- 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
16
17
## 0.8
18
templates/home.php
@@ -6,7 +6,7 @@
6
7
<div class="dashboard">
8
9
- <?php if(!empty($check)): ?>
+ <?php if(!empty($check) && c::get('panel.check', true) !== false): ?>
10
11
<div class="warning">
0 commit comments