Skip to content
Extraits de code Groupes Projets
Valider 03684f95 rédigé par mattab's avatar mattab
Parcourir les fichiers

Merge remote-tracking branch 'origin/master'

parents b202ff1f 4f10999d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -74,8 +74,14 @@ class Piwik_ViewDataTable_Cloud extends Piwik_ViewDataTable ...@@ -74,8 +74,14 @@ class Piwik_ViewDataTable_Cloud extends Piwik_ViewDataTable
$this->checkStandardDataTable(); $this->checkStandardDataTable();
$this->view = $this->buildView(); $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(); $columns = parent::getColumnsToDisplay();
// not label, but the first numeric column // not label, but the first numeric column
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter