No, this should do it....
This commit is contained in:
parent
023f2e84e9
commit
de01e68223
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ function upload_complete(&$image) {
|
||||||
# I know it seems peculiar to have an array here with only one element.
|
# 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
|
# https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/pull/174
|
||||||
$msg['title'] = array(
|
$msg['title'] = array(
|
||||||
"mPrefixedText" => $image->getLocalFile()->getPrefixedText(),
|
"mPrefixedText" => $image->getLocalFile()->getTitle()->getPrefixedText(),
|
||||||
);
|
);
|
||||||
|
|
||||||
emit_message($topic, $msg);
|
emit_message($topic, $msg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue