mirror of
https://github.com/friendica/friendica
synced 2025-04-26 20:30:11 +00:00
Remove unused parameter $save in HTML::search
- Remove unused variables in saved_search()
This commit is contained in:
parent
902ade9891
commit
9774fd8be9
3 changed files with 3 additions and 6 deletions
|
@ -951,7 +951,7 @@ class HTML
|
|||
*
|
||||
* @return string Formatted HTML.
|
||||
*/
|
||||
public static function search($s, $id = 'search-box', $url = 'search', $save = false, $aside = true)
|
||||
public static function search($s, $id = 'search-box', $url = 'search', $aside = true)
|
||||
{
|
||||
$mode = 'text';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue