Fix use of bogus $params var in FileBackend::__construct()
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 28 Sep 2016 20:25:21 +0000 (13:25 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 28 Sep 2016 20:56:46 +0000 (13:56 -0700)
commita9f5e1b36297d92bb2b48d08cd4f3ef77cd2435d
tree79c310537fab073427a02b316d556d6b97543e8e
parent5e4facec788bd45586c66a04b6fcb26c83f46902
Fix use of bogus $params var in FileBackend::__construct()

Follows-up 81a0e7924aa72dedc522cf0.

Also set missing section name parameter in scopedProfileSection().

Bug: T146904
Change-Id: I897c21b766bfea4e4cb83c63f0e40e945bd73747
includes/libs/filebackend/FileBackend.php