mirror of
https://github.com/slawkens/myaac.git
synced 2026-04-23 10:53:32 +02:00
Fix: Reset settings by plugin name, not the settings key name
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<form id="reset-settings-form" method="post" action="{{ constant('ADMIN_URL') }}?p=settings&plugin={{ settingsKeyName }}">
|
||||
<form id="reset-settings-form" method="post" action="{{ constant('ADMIN_URL') }}?p=settings&plugin={{ pluginName }}">
|
||||
{{ csrf() }}
|
||||
<input type="hidden" name="reset" value="1">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user