Merge #16710 - Fix type error when exporting triggers to ODF
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
272e747e0c
@ -727,7 +727,7 @@ class ExportOdt extends ExportPlugin
|
|||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
case 'triggers':
|
case 'triggers':
|
||||||
$triggers = $dbi->getTriggers($db, $table, $aliases);
|
$triggers = $dbi->getTriggers($db, $table);
|
||||||
if ($triggers) {
|
if ($triggers) {
|
||||||
$GLOBALS['odt_buffer']
|
$GLOBALS['odt_buffer']
|
||||||
.= '<text:h text:outline-level="2" text:style-name="Heading_2"'
|
.= '<text:h text:outline-level="2" text:style-name="Heading_2"'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user