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 <thomas.steur@gmail.com>2015-10-27 05:58:39 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-10-27 05:58:39 +0300
commiteb3c3bca7ccd26d954aeee7638ecb4420ad9ca78 (patch)
tree65afa1c3aec32f4bab11d8d80360831658fbf5cc /plugins/ScheduledReports
parentb16297b59ac339ce0fdc84d21282e31a62f07ea7 (diff)
fix tests
Diffstat (limited to 'plugins/ScheduledReports')
-rw-r--r--plugins/ScheduledReports/config/tcpdf_config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ScheduledReports/config/tcpdf_config.php b/plugins/ScheduledReports/config/tcpdf_config.php
index 0fd19a1232..26b33b7da7 100644
--- a/plugins/ScheduledReports/config/tcpdf_config.php
+++ b/plugins/ScheduledReports/config/tcpdf_config.php
@@ -13,7 +13,7 @@ use Piwik\Container\StaticContainer;
*
*/
-define('K_PATH_MAIN', PIWIK_VENDOR_PATH . '/tecnick.com/tcpdf/');
+define('K_PATH_MAIN', PIWIK_VENDOR_PATH . '/tecnickcom/tcpdf/');
$pathTmpTCPDF = StaticContainer::get('path.tmp') . '/tcpdf/';