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 f86af01 commit dbc152dCopy full SHA for dbc152d
lib/plugins/extension/GuiAdmin.php
@@ -199,6 +199,7 @@ protected function searchResults($q)
199
200
$html = '<div id="extension__list">';
201
$html .= '<form action="' . $this->tabURL('search') . '" method="post">';
202
+ $html .= formSecurityToken(false);
203
204
try {
205
$extensions = $repo->searchExtensions($q);
0 commit comments