OK, this should do it....
This commit is contained in:
parent
6ff76f68ab
commit
023f2e84e9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue