Fix path to load transformation plugins.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
parent
2e5bdf414c
commit
2f9e29dbf4
@ -96,7 +96,7 @@ function PMA_getAvailableMIMEtypes()
|
||||
'output/' => '',
|
||||
'' => ''
|
||||
);
|
||||
$dir = './libraries/plugins/transformations/';
|
||||
$dir = 'libraries/plugins/transformations/';
|
||||
foreach ($sub_dirs as $sd => $prefix) {
|
||||
$handle = opendir($dir . $sd);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user