mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-02-02 10:32:28 +00:00
🤖 Auto commit for release 'develop' on 2026-01-25
This commit is contained in:
@@ -65,7 +65,7 @@ class QueryParser implements QueryParserInterface
|
||||
// Log::debug('BACKSLASH!');
|
||||
// escaped quote, pretend it's a normal char and continue two places (skipping the actual character).
|
||||
$tokenUnderConstruction .= '\\'.$nextChar;
|
||||
$this->position += 2;
|
||||
$this->position += 2;
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user