Skip to content

Commit 817d6db

Browse files
committed
Language: Fix empty get_lang() calls in search.php
1 parent 5406112 commit 817d6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/main/search/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@
537537
$adminPermissions
538538
);
539539

540-
$userForm->addLabel(null, get_lang(' '));
540+
$userForm->addLabel(null, ' ');
541541

542542
$jqueryExtra .= $extra['jquery_ready_content'];
543543

0 commit comments

Comments
 (0)