PostgreSQL: decode image.img_metadata
authorJeff <jeff.janes@gmail.com>
Wed, 23 Apr 2014 06:56:23 +0000 (23:56 -0700)
committerJeff Janes <jeff.janes@gmail.com>
Mon, 5 May 2014 23:02:55 +0000 (16:02 -0700)
commit8c62609dc877b6ed687e9a3835cfc24fb87e5be2
treeb9c6c5aca8fd692d37ac8d725619e817f522a82a
parent2d87f8092474c983249ece2c0bcdf9cab0bf5981
PostgreSQL: decode image.img_metadata

The img_metadata field was not being decoded from bytea into text.

This change to core fixes the reported problem with PdfHandler against
1.22.6, origin/REL1_23 and git head.

Bug: 59147
Change-Id: I285a317a57a29713af1f7f630b340278bd5400da
includes/filerepo/file/LocalFile.php