diff --git a/src/convert.php b/src/convert.php index c24a2d4..4f77e15 100644 --- a/src/convert.php +++ b/src/convert.php @@ -260,6 +260,7 @@ else if ( $content['CONVERT_STEP'] == 6 ) ConvertCustomSearches(); ConvertCustomViews(); ConvertCustomSources(); + ConvertCustomCharts(); // Import General Settings in the last step! ConvertGeneralSettings(); diff --git a/src/install.php b/src/install.php index 794ff39..7d14f20 100644 --- a/src/install.php +++ b/src/install.php @@ -759,6 +759,7 @@ else if ( $content['INSTALL_STEP'] == 8 ) ConvertCustomSearches(); ConvertCustomViews(); ConvertCustomSources(); + ConvertCustomCharts(); // Import General Settings in the last step! ConvertGeneralSettings();