From eaa49bce056959691784904e395769d49d676e59 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 23 Aug 2018 16:19:54 +0000 Subject: [PATCH] =?UTF-8?q?N=C2=B0931=20woops=20forgot=20to=20rename=20Tag?= =?UTF-8?q?SetFielData=20file=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SVN:b931[6018] --- core/autoload.php | 2 +- core/{tagfield.class.inc.php => tagsetfield.class.inc.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename core/{tagfield.class.inc.php => tagsetfield.class.inc.php} (100%) diff --git a/core/autoload.php b/core/autoload.php index c1d674e59..15eb719a1 100644 --- a/core/autoload.php +++ b/core/autoload.php @@ -29,7 +29,7 @@ MetaModel::IncludeModule('core/action.class.inc.php'); MetaModel::IncludeModule('core/trigger.class.inc.php'); MetaModel::IncludeModule('core/bulkexport.class.inc.php'); MetaModel::IncludeModule('core/ownershiplock.class.inc.php'); -MetaModel::IncludeModule('core/tagfield.class.inc.php'); +MetaModel::IncludeModule('core/tagsetfield.class.inc.php'); MetaModel::IncludeModule('synchro/synchrodatasource.class.inc.php'); MetaModel::IncludeModule('core/backgroundtask.class.inc.php'); MetaModel::IncludeModule('core/inlineimage.class.inc.php'); diff --git a/core/tagfield.class.inc.php b/core/tagsetfield.class.inc.php similarity index 100% rename from core/tagfield.class.inc.php rename to core/tagsetfield.class.inc.php