Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dasistwas committed Jan 24, 2024
1 parent 9c1908a commit 68af29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/tabular/view_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class datalynxview_tabular extends datalynxview_base {
*/
public function generate_default_view() {
// Get all the fields.
$fields = $this->_df->get_fields()
$fields = $this->_df->get_fields();
if (!$fields) {
return; // You shouldn't get that far if there are no user fields.
}
Expand Down

0 comments on commit 68af29a

Please sign in to comment.