dever 4 years ago
parent
commit
6260a8e2ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/database/page.php

+ 1 - 1
main/database/page.php

@@ -44,7 +44,7 @@ $config = array
             'default'   => '',
             'desc'      => '标识',
             'match'     => 'is_string',
-            'update'    =>  input('where_id') > 0 ? 'hidden' : 'text',
+            'update'    =>  Dever::input('where_id') > 0 ? 'hidden' : 'text',
             'search'    => 'fulltext',
             'list'      => true,
         ),