Admin: Setting: Fix commit e757c63ac8 to have the correct path for CSS upload form

pull/3978/head
NicoDucou 5 years ago
parent 79b52f4132
commit e07f106124
  1. 2
      main/admin/settings.lib.php

@ -397,7 +397,7 @@ function handleStylesheets()
$form = new FormValidator(
'stylesheet_upload',
'post',
api_get_path().'admin/settings.php?category=Stylesheets#tabs-3'
api_get_path(WEB_CODE_PATH).'admin/settings.php?category=Stylesheets#tabs-3'
);
$form->protect();
$form->addElement(

Loading…
Cancel
Save