From a96ec40e983a8b64f4c25def541a519ff3670e6a Mon Sep 17 00:00:00 2001 From: mattab Date: Fri, 2 Aug 2013 15:59:33 +0200 Subject: Refs #4059 Converting dozens of plugins/* classes to use Namespaces, \Piwik\Plugins\* Added namespaces to functions.php files in the five plugins that had one Work in progress --- core/Updater.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/Updater.php') diff --git a/core/Updater.php b/core/Updater.php index 740bb2e031..b6b13de4c6 100644 --- a/core/Updater.php +++ b/core/Updater.php @@ -138,6 +138,7 @@ class Updater private function getUpdateClassName($componentName, $fileVersion) { + ////unprefixClass TODOA FIXME $suffix = strtolower(str_replace(array('-', '.'), '_', $fileVersion)); if ($componentName == 'core') { return 'Piwik_Updates_' . $suffix; -- cgit v1.2.3