Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
4c03c7d6
Commit
4c03c7d6
authored
Nov 28, 2017
by
Guillaume Perréal
Browse files
Correction du chemin vers les assets JS.
parent
d1afdb8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/DependencyInjection/IrsteaFileUploadExtension.php
View file @
4c03c7d6
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment