Fix path to load transformation plugins.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
This commit is contained in:
Hugues Peccatte 2015-09-19 18:54:06 +02:00
parent 2e5bdf414c
commit 2f9e29dbf4

View File

@ -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);