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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /core/Plugin/Manager.php
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'core/Plugin/Manager.php')
-rw-r--r--core/Plugin/Manager.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Plugin/Manager.php b/core/Plugin/Manager.php
index 994aabc6e7..baf63c5cb2 100644
--- a/core/Plugin/Manager.php
+++ b/core/Plugin/Manager.php
@@ -562,7 +562,6 @@ class Manager extends Singleton
return $plugins;
}
-
protected static function isManifestFileFound($path)
{
return file_exists($path . "/" . MetadataLoader::PLUGIN_JSON_FILENAME);
@@ -602,7 +601,6 @@ class Manager extends Singleton
return false;
}
-
/**
* Load the specified plugins.
*
@@ -804,7 +802,6 @@ class Manager extends Singleton
return $ignored;
}
-
/**
* Returns the name of all plugins found in this Piwik instance
* (including those not enabled and themes)
@@ -822,7 +819,6 @@ class Manager extends Singleton
return $pluginsToLoad;
}
-
/**
* Loads the plugin filename and instantiates the plugin with the given name, eg. UserCountry
*