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@googlemail.com>2014-04-03 08:33:48 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-03 08:33:48 +0400
commit3ce67fb0ea90b7dbc2a94f3367ec33759b0c3005 (patch)
tree4ccedc807e368483c00ff7986b879c4d828f75cb /plugins
parent4ac53a8359a512eb4d4c066bf3ba0b006c3a2147 (diff)
forgot to remove return statement
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CustomVariables/Model.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/Model.php b/plugins/CustomVariables/Model.php
index 07e7ca94f7..c2c425b06e 100644
--- a/plugins/CustomVariables/Model.php
+++ b/plugins/CustomVariables/Model.php
@@ -155,7 +155,7 @@ class Model
{
foreach (self::getScopes() as $scope) {
$model = new Model($scope);
-return;
+
try {
for ($index = 0; $index < 5; $index++) {
$model->addCustomVariable();