Skip to content

Commit dbc152d

Browse files
committed
Extension Manager: add missing security token
1 parent f86af01 commit dbc152d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/plugins/extension/GuiAdmin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ protected function searchResults($q)
199199

200200
$html = '<div id="extension__list">';
201201
$html .= '<form action="' . $this->tabURL('search') . '" method="post">';
202+
$html .= formSecurityToken(false);
202203

203204
try {
204205
$extensions = $repo->searchExtensions($q);

0 commit comments

Comments
 (0)