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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-09-23 07:20:29 +0300
committerGitHub <noreply@github.com>2016-09-23 07:20:29 +0300
commit3a5ce5aa73495c53467a99a65c96cd59fad132d6 (patch)
tree4a9abb0be1ef099509e88108d88a171fd2af7597 /core/Plugin/Dependency.php
parent8ff0d5c4fb777cdf26fe13beb84cc0edac673b88 (diff)
Activating a plugin should fail when the plugin has missing dependencies (#10542)
Diffstat (limited to 'core/Plugin/Dependency.php')
-rw-r--r--core/Plugin/Dependency.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Plugin/Dependency.php b/core/Plugin/Dependency.php
index bcade2b3ca..e1ccc1c92c 100644
--- a/core/Plugin/Dependency.php
+++ b/core/Plugin/Dependency.php
@@ -103,4 +103,6 @@ class Dependency
return '';
}
+
+
}