diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php index f66010b7c690f9ed51dc2a1dc5de68e91485111f..703044d78b56db573f3fb483ae97f050908f4414 100644 --- a/core/ViewDataTable.php +++ b/core/ViewDataTable.php @@ -136,6 +136,11 @@ abstract class Piwik_ViewDataTable */ protected $columnsToDisplay = array(); + /** + * Variable that is used as the DIV ID in the rendered HTML + * + * @var string + */ protected $uniqIdTable = null; /**