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>2013-10-05 03:42:25 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-05 03:42:41 +0400
commit5bfa0706837ec3e6ea6eca81b04e39b4f9427a22 (patch)
treeac32f34347b1ea3af60d2f8ac64b919e540e57f5 /console
parent0deb2bbb8d5598200f7adfbc77b190516f919e48 (diff)
refs #4121 added possibility to generate API for a specific plugin
Diffstat (limited to 'console')
-rwxr-xr-xconsole1
1 files changed, 1 insertions, 0 deletions
diff --git a/console b/console
index 8c99a38d04..a1a51328b4 100755
--- a/console
+++ b/console
@@ -6,6 +6,7 @@ define('PIWIK_USER_PATH', PIWIK_DOCUMENT_ROOT);
require_once PIWIK_INCLUDE_PATH . '/vendor/autoload.php';
require_once PIWIK_INCLUDE_PATH . '/core/Loader.php';
+require_once PIWIK_INCLUDE_PATH . '/libs/upgradephp/upgrade.php';
if (!Piwik\Common::isPhpCliMode()) {
exit;