mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
fix last insert id argument
This commit is contained in:
parent
a9d00188f4
commit
29e985fea9
1 changed files with 2 additions and 8 deletions
|
|
@ -174,17 +174,11 @@ void Navigation::save(
|
||||||
|
|
||||||
// Delegate save action to children components
|
// Delegate save action to children components
|
||||||
navigationHistory->save(
|
navigationHistory->save(
|
||||||
DB::SESSION::add(
|
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
||||||
db,
|
|
||||||
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
navigationRequest->save(
|
navigationRequest->save(
|
||||||
DB::SESSION::add(
|
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
||||||
db,
|
|
||||||
APP_BROWSER_MAIN_TAB_PAGE_NAVIGATION__SESSION__ID
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue