Commit 4c03c7d6 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Correction du chemin vers les assets JS.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -42,7 +42,7 @@ class IrsteaFileUploadExtension extends Extension implements PrependExtensionInt
*/
public function prepend(ContainerBuilder $container)
{
$pluginDir = __DIR__ . '/../../../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