mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix new path w/ composer
This commit is contained in:
@@ -85,7 +85,7 @@ class patch_320aa implements patchInterface
|
||||
|
||||
if($datas['name'] == 'GV_exiftool' && strpos($val, 'lib/exiftool/exiftool') !== false)
|
||||
{
|
||||
$val = str_replace('lib/exiftool/exiftool', 'lib/vendor/exiftool/exiftool', $val);
|
||||
$val = str_replace('lib/exiftool/exiftool', 'vendor/alchemy/exiftool/exiftool', $val);
|
||||
}
|
||||
|
||||
switch ($datas['type'])
|
||||
|
Reference in New Issue
Block a user