fix default value of panel.no_robots settings; add phpdoc for Database-class-methods

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-03-08 17:03:17 +01:00
parent cd5cef51e8
commit 7b52c0c78c
2 changed files with 6 additions and 1 deletions

View File

@@ -71,7 +71,7 @@ return array(
'settinggroup' => 'panel',
'varname' => 'no_robots',
'type' => 'bool',
'default' => false,
'default' => true,
'save_method' => 'storeSettingField',
),
'panel_paging' => array(