1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Fix for missing LAN

This commit is contained in:
Cameron 2021-09-10 09:18:04 -07:00
parent 8fc922c126
commit 3844bec9cc

View File

@ -361,7 +361,7 @@ class banlist_ui extends e_admin_ui
</tbody>
</table>
<div class='buttons-bar center'>" . $frm->admin_button('ban_export', LAN_UI_BATCH_EXPORT, 'export', BANLAN_39) . "</div>
<div class='buttons-bar center'>" . $frm->admin_button('ban_export', LAN_UI_BATCH_EXPORT, 'export', LAN_UI_BATCH_EXPORT) . "</div>
<input type='hidden' name='e-token' value='" . e_TOKEN . "' />
</fieldset>
</form>