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 <tsteur@users.noreply.github.com>2016-08-31 23:10:23 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-08-31 16:11:00 +0300
commit10a677a63034db3d7a54a90f6f2a9e48a82d1725 (patch)
tree949bbfbcc7832e40525d90c39774f150c95d0df3 /plugins/CoreConsole
parent68087f7b46b42af92961375cf5e1d1514ea162cd (diff)
make generated plugin updates work (#10456)
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/GenerateUpdate.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/CoreConsole/Commands/GenerateUpdate.php b/plugins/CoreConsole/Commands/GenerateUpdate.php
index 8fc91fd50c..826448de38 100644
--- a/plugins/CoreConsole/Commands/GenerateUpdate.php
+++ b/plugins/CoreConsole/Commands/GenerateUpdate.php
@@ -82,10 +82,6 @@ class GenerateUpdate extends GeneratePluginBase
$className = str_replace('Updates_xx', '', $className);
$className = trim($className, '\\');
- if ($component !== 'core') {
- $className .= '\Updates';
- }
-
return $className;
}