Intermediate variable not needed
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
7e44dc321a
commit
afadbc662b
@ -483,11 +483,9 @@ function PMA_displayJavascript($js_array)
|
||||
|
||||
require_once './libraries/Template.class.php';
|
||||
|
||||
$htmlOutput = PMA\Template::get('javascript/display')->render(
|
||||
return PMA\Template::get('javascript/display')->render(
|
||||
array('js_array' => $js_array,)
|
||||
);
|
||||
|
||||
return $htmlOutput;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user