rabin 1 vuosi sitten
vanhempi
commit
f6adf6acc4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/Page.php

+ 1 - 1
lib/Page.php

@@ -277,7 +277,7 @@ class Page extends Auth
             }
             if ($type == 'show') {
                 if (!isset($value['tip'])) {
-                    $value['tip'] = true;
+                    $value['tip'] = false;
                 }
                 $in = array('switch', 'select', 'input');
                 if (in_array($value['type'], $in)) {