Do not show empty parenthesis on log entry with no block flags
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 31 May 2013 20:18:10 +0000 (22:18 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 31 May 2013 20:18:10 +0000 (22:18 +0200)
commit2fae2c3d2a9a9013f649b94390354f9e47b15570
tree7e0de44093e19549750d1987e67348ec8e265cfc
parentf8ba6474788b5382de8211909ef61564fc5c63ca
Do not show empty parenthesis on log entry with no block flags

When nothing is stored in the database, the explode in
LogPage::formatBlockFlags will explode a empty string to a array with a
empty string as only value. Changed the count(array) check to empty
string check.

Bug: 47035
Change-Id: I879169599a2a24b35e26d4a23ab8202f267d8b00
includes/logging/LogPage.php