Skip to content

Commit

Permalink
Merge pull request #8122 from alexkuk/master
Browse files Browse the repository at this point in the history
Update SitesManager.getSitesFromGroup API method to accept an empty group
  • Loading branch information
Matthieu Aubry committed Jun 16, 2015
2 parents 24f4eeb + cf515eb commit e4ab67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/SitesManager/API.php
Expand Up @@ -142,7 +142,7 @@ public function getImageTrackingCode($idSite, $piwikUrl = '', $actionName = fals
* @param string $group Group name
* @return array of sites
*/
public function getSitesFromGroup($group)
public function getSitesFromGroup($group = '')
{
Piwik::checkUserHasSuperUserAccess();

Expand Down

0 comments on commit e4ab67c

Please sign in to comment.