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:
Diffstat (limited to 'core/Updates/1.2-rc2.php')
-rw-r--r--core/Updates/1.2-rc2.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/Updates/1.2-rc2.php b/core/Updates/1.2-rc2.php
index 352a9ba174..b3afa13cbe 100644
--- a/core/Updates/1.2-rc2.php
+++ b/core/Updates/1.2-rc2.php
@@ -14,12 +14,12 @@
*/
class Piwik_Updates_1_2_rc2 extends Piwik_Updates
{
- static function update()
- {
- try {
- Piwik_PluginsManager::getInstance()->activatePlugin('CustomVariables');
- } catch(Exception $e) {
- }
- }
+ static function update()
+ {
+ try {
+ Piwik_PluginsManager::getInstance()->activatePlugin('CustomVariables');
+ } catch (Exception $e) {
+ }
+ }
}