Skip to content

Commit 6006a54

Browse files
authored
Merge pull request #211 from mreishman/3.4.1
fixed bug AGAIN!!!!!
2 parents 1bcdabf + a536c9f commit 6006a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/js/settingsAll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function saveAndVerifyMain(idForForm, modifier = "")
99
data = $(idForm).serializeArray();
1010
$.ajax({
1111
type: "post",
12-
url: "core/php/saveFunctions/settingsSaveMain.php",
12+
url: modiferUrl+"core/php/saveFunctions/settingsSaveMain.php",
1313
data,
1414
complete()
1515
{

0 commit comments

Comments
 (0)