Fix _id new in Wheres table /settable

This commit is contained in:
Paolo Arena
2022-09-19 19:40:30 +02:00
parent 3c550595f0
commit 8ad85bbe94
4 changed files with 27 additions and 10 deletions

View File

@@ -1460,7 +1460,7 @@ module.exports = {
if (dirmain) {
if (!this.sulServer()) {
mypath += '/public';
mypath += 'public';
}
}
}
@@ -3145,7 +3145,7 @@ module.exports = {
},
invertescapeslash(mystr) {
return mystr.replace(/-/g, '/');
return mystr.replace(/Ç/g, '/');
},
isNumber(n) {