diff --git a/core/ViewDataTable/Cloud.php b/core/ViewDataTable/Cloud.php index a57d09826f4a0e942ad86bd114db91aa740c7219..64e55174ad87568b9a1172714a4478b9038f31c5 100644 --- a/core/ViewDataTable/Cloud.php +++ b/core/ViewDataTable/Cloud.php @@ -74,8 +74,14 @@ class Piwik_ViewDataTable_Cloud extends Piwik_ViewDataTable $this->checkStandardDataTable(); $this->view = $this->buildView(); } - - function getColumnToDisplay() + + /** + * Returns the name of the first numeric column to be displayed + * (second column to be displayed will be returned, as first is always label) + * + * @return string + */ + public function getColumnToDisplay() { $columns = parent::getColumnsToDisplay(); // not label, but the first numeric column