mirror of
https://github.com/mistergibson/gxg-web-client.git
synced 2026-08-15 03:26:00 -07:00
minor use case handling
This commit is contained in:
parent
c97ed7ac5f
commit
55eb93501e
1 changed files with 3 additions and 1 deletions
|
|
@ -440,7 +440,9 @@ module GxG
|
|||
while queue.size > 0 do
|
||||
entry = queue.unshift()
|
||||
if entry
|
||||
unless page() == entry
|
||||
path_array << entry.title.to_s
|
||||
end
|
||||
if entry.parent()
|
||||
queue << entry.parent()
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue