You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUGFIX] SQL error for mountpoints with no subpages
If a mountpoint has no subpages and the mountpoint page itsself is
not overlayed there are no pages that need to be added to the index.
In that case the SQL queries are skipped which would cause an error
otherwise because of an empty IN() clause.
Resolves: #65282
Change-Id: Ibdf00259c895596281084866cbf9285afaf22063
Conflicts:
Classes/IndexQueue/Initializer/Page.php
0 commit comments