Commit 7b1c18d0 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Accède aux fichiers de blueimp/jquery-file-upload relativement au répertoire d'installation.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -35,7 +35,7 @@ class IrsteaFileUploadExtension extends Extension implements PrependExtensionInt
*/
public function prepend(ContainerBuilder $container)
{
$pluginDir = '%kernel.root_dir%/../../vendor/blueimp/jquery-file-upload';
$pluginDir = __DIR__ . '/../../../blueimp/jquery-file-upload';
$container->prependExtensionConfig(
'assetic',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment