Remove not needed variable

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-12-15 12:28:50 +01:00
parent 4f14bccbfe
commit a450d01546

View File

@ -4798,15 +4798,13 @@ class Results
$results_operations_html = '';
if (empty($analyzed_sql_results['procedure'])) {
$ajax_class = ' ajax';
$results_operations_html .= '<span>'
. Util::linkOrButton(
'view_create.php' . $url_query,
Util::getIcon(
'b_view_add', __('Create view'), true
),
array('class' => 'create_view' . $ajax_class)
array('class' => 'create_view ajax')
)
. '</span>' . "\n";
}