1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

PHP notice removal

This commit is contained in:
Cameron 2017-11-20 14:45:37 -08:00
parent 3c507b30d7
commit b870c67618

View File

@ -1376,6 +1376,10 @@ class themeHandler
// print_a($xdata);
$c = 1;
$filterName = '';
$filterArray = array();
$filterVal = '';
$text = "<form class='form-search' action='".e_SELF."?".e_QUERY."' id='core-plugin-list-form' method='get'>";
$text .= '<div id="myCarousel" class="carousel slide" data-interval="false">';