diff options
| author | Carson Fleming <[email protected]> | 2024-12-30 19:48:06 -0800 |
|---|---|---|
| committer | Carson Fleming <[email protected]> | 2024-12-30 19:48:06 -0800 |
| commit | ac3f002d0e30add5067a381e8e82fb504e47ca11 (patch) | |
| tree | b762931c6f6715cc17edc179b40cf2b19a4e8fc9 | |
| parent | d97c6bbaf6d862c568047894f61693ff88f78324 (diff) | |
| download | rc-inbox-settings-ac3f002d0e30add5067a381e8e82fb504e47ca11.tar.gz | |
fix id col
| -rw-r--r-- | inbox_settings.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/inbox_settings.php b/inbox_settings.php index 29a3586..2a720d1 100644 --- a/inbox_settings.php +++ b/inbox_settings.php @@ -100,7 +100,10 @@ class inbox_settings extends rcube_plugin { } return rcmail_action::table_output( - $attrib, $data, ['inbox_settings.fingerprint', 'inbox_settings.comment'], 'id'); + $attrib, + $data, + ['inbox_settings.fingerprint', 'inbox_settings.comment'], + 'inbox_settings.id'); } function render_settings_ui() { |
