Skip to content
Snippets Groups Projects
Commit 11fe2f1f authored by chaitanya's avatar chaitanya
Browse files

E_ALL cleanups in RSS,Our sites and Recyclebin

parent 1045fbc6
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1227E_ALL cleanups in RSS, Oursites and Recyclebin
......@@ -16,7 +16,7 @@
{if isset($SEARCH_INFO['searchValue']) && $SEARCH_INFO['searchValue'] !== null}
{assign var=SEARCH_VALUES value=explode(',', $SEARCH_INFO['searchValue'])}
{else}
{assign var=SEARCH_VALUES value=explode(',', '')}
{assign var=SEARCH_VALUES value=[]}
{/if}
<div class="select2_search_div">
<input type="text" class="listSearchContributor inputElement select2_input_element"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment