|
From: <var...@us...> - 2021-06-17 13:29:29
|
Revision: 10291
http://sourceforge.net/p/phpwiki/code/10291
Author: vargenau
Date: 2021-06-17 13:29:29 +0000 (Thu, 17 Jun 2021)
Log Message:
-----------
method get in lower case
Modified Paths:
--------------
trunk/lib/plugin/LinkSearch.php
Modified: trunk/lib/plugin/LinkSearch.php
===================================================================
--- trunk/lib/plugin/LinkSearch.php 2021-06-16 18:53:31 UTC (rev 10290)
+++ trunk/lib/plugin/LinkSearch.php 2021-06-17 13:29:29 UTC (rev 10291)
@@ -113,7 +113,7 @@
$submit = Button('submit:search', _("LinkSearch"), false);
$instructions = _("Search in pages for links with the matching name.");
$form = HTML::form(array('action' => $action,
- 'method' => 'GET',
+ 'method' => 'get',
'accept-charset' => 'UTF-8'),
$dirsign_switch,
$hiddenfield,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|