Skip to content

Commit

Permalink
refs matomo-org#3917 declaring getUrlsForSocial as a subtable report
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 11, 2013
1 parent 71642c4 commit fb39aee
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/Referrers/Referrers.php
Expand Up @@ -172,6 +172,17 @@ public function getReportMetadata(&$reports)
'documentation' => Piwik::translate('Referrers_WebsitesReportDocumentation', '<br />'),
'order' => 11,
),
array(
'category' => Piwik::translate('Referrers_Referrers'),
'name' => Piwik::translate('Referrers_Socials'),
'module' => 'Referrers',
'action' => 'getUrlsForSocial',
'actionToLoadSubTables' => 'getUrlsForSocial',
'isSubtableReport' => true,
'dimension' => Piwik::translate('Referrers_ColumnSocial'),
'documentation' => Piwik::translate('Referrers_WebsitesReportDocumentation', '<br />'),
'order' => 12,
),
));
}

Expand Down

0 comments on commit fb39aee

Please sign in to comment.