rabin 7 months ago
parent
commit
01b5fb2746
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/Database.php

+ 2 - 0
src/Database.php

@@ -3953,7 +3953,9 @@ class Database
                     $table_header = '<thead><tr>';
                     $table_body = '<tbody>';
                     $table_key = '';
+
                     if (isset($param['option'])) {
+                        $param['value'] = $param['value'] + $param['option'];
                         $table_key = '1';
                         if (isset($param['value']) && $param['value']) {
                             $table_body .= '<tr class="table_copy" style="display:none;">';