Fix type error when exporting triggers to ODF
Introduced by a78a7a0c9c.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
cd251b9e3a
commit
0406e47128
@ -727,7 +727,7 @@ class ExportOdt extends ExportPlugin
|
||||
);
|
||||
break;
|
||||
case 'triggers':
|
||||
$triggers = $dbi->getTriggers($db, $table, $aliases);
|
||||
$triggers = $dbi->getTriggers($db, $table);
|
||||
if ($triggers) {
|
||||
$GLOBALS['odt_buffer']
|
||||
.= '<text:h text:outline-level="2" text:style-name="Heading_2"'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user