Fix _id new in Wheres table /settable
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user