OK, this should do it....

This commit is contained in:
Ralph Bean 2014-11-14 22:14:45 +00:00
parent 6ff76f68ab
commit 023f2e84e9

View file

@ -265,8 +265,8 @@ 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(
"mPrefixedTitle" => $image->getLocalFile()->getTitle()["mPrefixedTitle"],
$msg['title'] = array(
"mPrefixedText" => $image->getLocalFile()->getPrefixedText(),
);
emit_message($topic, $msg);