Skip to content

Commit 46fe468

Browse files
committed
Admin: Set existing token in form for plugins
1 parent 0aa0dab commit 46fe468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: main/admin/settings.lib.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function handlePlugins()
221221
{
222222
Session::erase('plugin_data');
223223
$plugin_obj = new AppPlugin();
224-
$token = Security::get_token();
224+
$token = Security::get_existing_token();
225225
if (isset($_POST['submit_plugins'])) {
226226
storePlugins();
227227
// Add event to the system log.

0 commit comments

Comments
 (0)