Show {{DEFAULTSORT:0}} on info page
authorFomafix <fomafix@googlemail.com>
Wed, 24 Jun 2015 20:27:25 +0000 (20:27 +0000)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 26 Jun 2015 15:24:40 +0000 (15:24 +0000)
commitbb3df25a3747a8234fa553fb1decc9c2ab77bb1e
tree0b61f9831687fd1a30a21abfa94f348324f3d5a7
parent40f693404f15fd76eeedfa9ab5ea91ae5f029d7c
Show {{DEFAULTSORT:0}} on info page

The info page of a page with {{DEFAULTSORT:0}} shows the page title
as default sort value.

Using empty() will consider the string '0' to be false, so use isset() instead.

Bug: T103745
Change-Id: I56ea5a38dcd33e822e0fc5b8685777fe1d212b22
includes/actions/InfoAction.php