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 'plugins/SitesManager/API.php')
-rwxr-xr-xplugins/SitesManager/API.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/SitesManager/API.php b/plugins/SitesManager/API.php
index a0b25c051f..5a1158cdb4 100755
--- a/plugins/SitesManager/API.php
+++ b/plugins/SitesManager/API.php
@@ -1,14 +1,14 @@
-<?php
-/**
- * Piwik - Open source web analytics
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
- *
- * @package Piwik_SitesManager
- */
-
+<?php
+/**
+ * Piwik - Open source web analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
+ * @version $Id$
+ *
+ * @package Piwik_SitesManager
+ */
+
/**
*
* @package Piwik_SitesManager
@@ -219,8 +219,8 @@ class Piwik_SitesManager_API extends Piwik_Apiable
* The name must not be empty.
* The URLs array must contain at least one URL called the 'main_url' ;
* if several URLs are provided in the array, they will be recorded as Alias URLs for
- * this website.
- *
+ * this website.
+ *
* Requires Super User access.
*
* @return int the website ID created
@@ -255,12 +255,12 @@ class Piwik_SitesManager_API extends Piwik_Apiable
return (int)$idSite;
}
- /**
- * Delete a website from the database, given its Id.
- *
- * Requires Super User access.
- *
- * @param int $idSite
+ /**
+ * Delete a website from the database, given its Id.
+ *
+ * Requires Super User access.
+ *
+ * @param int $idSite
*/
static public function deleteSite( $idSite )
{
@@ -408,7 +408,7 @@ class Piwik_SitesManager_API extends Piwik_Apiable
if(count($urls) > 1)
{
self::replaceSiteUrls($idSite, $urls);
- }
+ }
}