Remove unused variable
This commit is contained in:
parent
5ab5afd506
commit
6bbf248350
@ -20,7 +20,6 @@ function PMA_getPlugins($plugins_dir, $plugin_param)
|
||||
/* Scan for plugins */
|
||||
$plugin_list = array();
|
||||
if ($handle = @opendir($plugins_dir)) {
|
||||
$is_first = 0;
|
||||
while ($file = @readdir($handle)) {
|
||||
// In some situations, Mac OS creates a new file for each file
|
||||
// (for example ._csv.php) so the following regexp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user