Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-10-10 00:36:19 +0300
committerGitHub <noreply@github.com>2019-10-10 00:36:19 +0300
commit42f9f8cbcc350f9cbcd8a085c38f2ae9155c42d3 (patch)
treea9ddfc6e8a98eea2d92dcd03e34c284ecbd37a27 /plugins/Contents/API.php
parente5b034d46ff3a793837944c4f6445c694007ce5f (diff)
Smaller varchar size for log_action.name (#14859)
Diffstat (limited to 'plugins/Contents/API.php')
-rw-r--r--plugins/Contents/API.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Contents/API.php b/plugins/Contents/API.php
index 37754b881d..e2a385b35f 100644
--- a/plugins/Contents/API.php
+++ b/plugins/Contents/API.php
@@ -64,11 +64,6 @@ class API extends \Piwik\Plugin\API
if ($row) {
$row->setColumn('label', Piwik::translate('General_NotDefined', Piwik::translate('Contents_ContentPiece')));
}
- foreach ($table->getRows() as $row) {
- if ($row->getMetadata('contentTarget') === Archiver::CONTENT_TARGET_NOT_SET) {
- $row->setMetadata('contentTarget', '');
- }
- }
});
}
}