update.php: Fix PHP4 syntax error
authorKevin Israel <pleasestand@live.com>
Tue, 17 Dec 2013 01:13:48 +0000 (20:13 -0500)
committerKevin Israel <pleasestand@live.com>
Tue, 17 Dec 2013 01:24:22 +0000 (20:24 -0500)
commit8b074987c95b5240212cbd96c8e8a41c4cff8315
treefbab536d71502f3ff884e4910002ecbfda406ce9
parent47bf7b2423b7c3e856f21d50cb762a201fc695af
update.php: Fix PHP4 syntax error

PHP4 does not support method chaining, so I broke the line into
two so we can continue to show a more helpful error message in
that version of PHP, which reached EOL just about six years ago.

Also changed "Done. The job took [...]" to "Done in [...]"; "job"
has a specific meaning in MediaWiki that is irrelevant here.

Follows-up fae8daa658c1.

Change-Id: If2480aa24f18d36f33462d874b2a1dd13abb641a
maintenance/update.php