We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b247c commit d955e50Copy full SHA for d955e50
inc/type.class.php
@@ -1956,6 +1956,9 @@ static function install(Migration $migration) {
1956
$migration->addField($table, "use_plugin_simcard", "bool");
1957
$migration->migrationOneTable($table);
1958
1959
+ //If files are missing, recreate them!
1960
+ self::checkClassAndFilesForItemType();
1961
+
1962
// Migrate notepad data
1963
$allGenericObjectTypes = PluginGenericobjectType::getTypes(true);
1964
@@ -2012,9 +2015,6 @@ static function install(Migration $migration) {
2012
2015
}
2013
2016
2014
2017
self::singularTypes();
-
- //If files are missing, recreate them!
- self::checkClassAndFilesForItemType();
2018
2019
2020
0 commit comments