mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix variable name
This commit is contained in:
parent
31f0accb54
commit
3f3ca44dff
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ Glib::ustring Request::get_path()
|
||||||
|
|
||||||
Glib::ustring Request::get_query()
|
Glib::ustring Request::get_query()
|
||||||
{
|
{
|
||||||
return path;
|
return query;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Database model
|
// Database model
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue