Skip to content
Snippets Groups Projects
Commit 632ad498 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #67009 add class url absolute

parent 43a49ef3
No related merge requests found
Pipeline #3110 passed with stage
in 27 minutes and 44 seconds
......@@ -47,7 +47,7 @@ class ZendAfi_Form_Configuration_Widget_Albums extends ZendAfi_Form_Configuratio
->addElement('dialog',
'id_albums',
['label' => $this->_('Album'),
'url' => '/admin/album/select']) //$this->_getAlbums()
'url' => Class_Url::absolute('/admin/album/select')])
->addElement('imagesViewer',
'style_liste',
......
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