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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-07 14:26:32 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2010-04-07 14:26:32 +0400
commit15bf1f4aa05d35a07e2514b6bf79833d1f3987fb (patch)
treec0a6e7280088800cb95fa2b1e0db6dc3a85dc8d6 /plugins/SitesManager/API.php
parentc05756fab526ff1d01385a45241ba18e7dc9961e (diff)
Refs #56
* Adding timezone during piwik install. Will set default timezone, and use it for the first created website. * Had to apply manual patch to QuickForm Select to handle optgroups, added unit tests to check patch is applied * Skips the Database check screen if there was no error
Diffstat (limited to 'plugins/SitesManager/API.php')
-rw-r--r--plugins/SitesManager/API.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index 7225576223..9ed3647ed6 100644
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -494,7 +494,6 @@ class Piwik_SitesManager_API
*/
public function getDefaultTimezone()
{
- Piwik::checkUserIsSuperUser();
$defaultTimezone = Piwik_GetOption(self::OPTION_DEFAULT_TIMEZONE);
if($defaultTimezone)
{