Restore page issues

Follow up to I96808541d48be7869fed3bc30babb80866e139ec
which incorrectly wired up the page issues feature.

Bug: T200867
Change-Id: I7c3198f95dae1f7c5e0991dca651dd64949b3615
This commit is contained in:
jdlrobson 2018-08-01 11:30:02 +08:00
parent 9644e5372b
commit 100b7951a2

View file

@ -272,7 +272,7 @@
// Setup the issues banner on the page
// Pages which dont exist (id 0) cannot have issues
if ( !page.isMissing ) {
issues.init( overlayManager );
issues.init( overlayManager, page );
}
} );