We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa0dab commit 46fe468Copy full SHA for 46fe468
main/admin/settings.lib.php
@@ -221,7 +221,7 @@ function handlePlugins()
221
{
222
Session::erase('plugin_data');
223
$plugin_obj = new AppPlugin();
224
- $token = Security::get_token();
+ $token = Security::get_existing_token();
225
if (isset($_POST['submit_plugins'])) {
226
storePlugins();
227
// Add event to the system log.
0 commit comments