Skip to content

Commit

Permalink
Fixed fatal error when using the disable_ajax_record_details setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Hannah authored and Steve Hannah committed Apr 2, 2023
1 parent 77a19ec commit e935a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dataface/ResultList.php
Expand Up @@ -628,7 +628,7 @@ function toHtml($mode = 'all'){


echo '</td>';
unset($at, $actions);
unset($actions);
}
} else if ($mobile){
echo "<div class=\"mobile-listing-row $rowClass\" xf-record-id=\"".df_escape($recordid)."\" xf-record-id=\"".df_escape($recordid)."\">";
Expand Down

0 comments on commit e935a90

Please sign in to comment.