Forgotten $.

This commit is contained in:
Ralph Bean 2014-11-14 22:00:01 +00:00
parent c5104e1574
commit 6ff76f68ab

View file

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