Skip to content
Snippets Groups Projects
Verified Commit 499ee185 authored by Till Glöggler's avatar Till Glöggler
Browse files

fix missing resolveURL, refs #914

parent 4573c1c7
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { createDropdown, ButtonView, View } from 'ckeditor5/src/ui';
import { $gettext } from '../lib/gettext.js';
const settings = {
url: STUDIP.URLHelper.resolveURL('dispatch.php/wysiwyg/settings/users/current'),
url: STUDIP.URLHelper.getURL('dispatch.php/wysiwyg/settings/users/current'),
save: function (data) {
return $.ajax({
url: this.url,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment