Fix mbstring check in update.php
authorKevin Israel <pleasestand@live.com>
Fri, 8 Apr 2016 04:44:33 +0000 (00:44 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 8 Apr 2016 04:44:33 +0000 (00:44 -0400)
commit5ce39553e27369e613ae16987a6bdccc5b380c40
treeb191d7fda3ad2c8f956ec8d484fd9748fd183055
parent0f78272fddaa88d37a1c39b207cabe647e559312
Fix mbstring check in update.php

Maintenance::error() will not cause the script to exit unless the
$die argument, when cast as an integer, is greater than 0. Since
the default value is 0, specify a different one, as in the other
calls from within the same function.

Follows-up 943563062f0a6995.

Change-Id: I3af72b1cd87c63d7f57436866633e86c272e904f
maintenance/update.php