rabin hai 1 ano
pai
achega
f6adf6acc4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)) {