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:30:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-04-03 08:30:57 +0400
commit4ac53a8359a512eb4d4c066bf3ba0b006c3a2147 (patch)
treec481acec517db662b459597144a93d73c2b38478 /plugins/CustomVariables/Model.php
parentbd6fcdef1fd7fe7c772b735a3526d64d100f4574 (diff)
some more bug fixes
Diffstat (limited to 'plugins/CustomVariables/Model.php')
-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 c2c425b06e..07e7ca94f7 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();