GUID comparison fixes from sf bug 1053187
This commit is contained in:
parent
037de192f3
commit
d56c1a3d49
5 changed files with 7 additions and 6 deletions
|
|
@ -1562,7 +1562,7 @@ sub traversePreOrder {
|
|||
|
||||
@pages = $self->self_and_descendants;
|
||||
# The 'ueber'-root contains no data so we do not want to return i!
|
||||
shift @pages if ($pages[0]->{'pageId'} == 0);
|
||||
shift @pages if ($pages[0]->{'pageId'} eq 0);
|
||||
|
||||
foreach (@pages) {
|
||||
$page = WebGUI::Page->new($_->{'pageId'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue