diff --git a/library/Director/Web/Table/QuickTable.php b/library/Director/Web/Table/QuickTable.php index 776853c1..776b1b53 100644 --- a/library/Director/Web/Table/QuickTable.php +++ b/library/Director/Web/Table/QuickTable.php @@ -39,7 +39,7 @@ abstract class QuickTable implements Paginatable return array(); } - private function getRowClassesString($row) + protected function getRowClassesString($row) { return $this->createClassAttribute($this->getRowClasses($row)); } @@ -70,7 +70,7 @@ abstract class QuickTable implements Paginatable protected function renderRow($row) { $htm = "