No, this should do it....

This commit is contained in:
Ralph Bean 2014-11-14 22:18:58 +00:00
parent 023f2e84e9
commit de01e68223

View file

@ -266,7 +266,7 @@ function upload_complete(&$image) {
# I know it seems peculiar to have an array here with only one element.
# https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/pull/174
$msg['title'] = array(
"mPrefixedText" => $image->getLocalFile()->getPrefixedText(),
"mPrefixedText" => $image->getLocalFile()->getTitle()->getPrefixedText(),
);
emit_message($topic, $msg);