Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
natrim committed Jun 21, 2012
1 parent db5b77f commit 881d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gridito/VirtualColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function getDataGenerator()
*/
public function isSortable()
{
return ($this->sortable && !is_null($this->sortingColumnName));
return (parent::isSortable() && !is_null($this->sortingColumnName));
}

/**
Expand Down

0 comments on commit 881d168

Please sign in to comment.