From f2210a32a8fff6c08bf54428e40aaf1a06a9117f Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 2 May 2020 01:25:11 +0200 Subject: [PATCH] Fix a coding standard issue from #15416 Signed-off-by: William Desportes --- libraries/classes/Plugins/Export/ExportSql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/classes/Plugins/Export/ExportSql.php b/libraries/classes/Plugins/Export/ExportSql.php index e22f8914f7..acbbc8d83b 100644 --- a/libraries/classes/Plugins/Export/ExportSql.php +++ b/libraries/classes/Plugins/Export/ExportSql.php @@ -332,7 +332,7 @@ class ExportSql extends ExportPlugin $subgroup_create_view->setSubgroupHeader($leaf); $leaf = new BoolPropertyItem( - "simple_view_export", + 'simple_view_export', /* l10n: Allow simplifying exported view syntax to only "CREATE VIEW" */ __('Use simple view export') );