Skip to content

Commit

Permalink
Fix EZP-23030: image/media upload is broken, progress indicator never…
Browse files Browse the repository at this point in the history
… goes away
  • Loading branch information
dpobel committed Jun 30, 2014
1 parent ef2e4e0 commit 9f87162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ezoe/upload.php
Expand Up @@ -173,7 +173,7 @@

$object->addContentObjectRelation( $newObjectID, $objectVersion, 0, eZContentObject::RELATION_EMBED );
echo '<html><head><title>HiddenUploadFrame</title><script type="text/javascript">';
echo 'window.parent.eZOEPopupUtils.selectByEmbedId( ' . $newObjectID . ', ' . $newObjectNodeID . ', "' . json_encode( $newObjectName ) . '" );';
echo 'window.parent.eZOEPopupUtils.selectByEmbedId( ' . $newObjectID . ', ' . $newObjectNodeID . ', ' . json_encode( $newObjectName ) . ' );';
echo '</script></head><body></body></html>';
}
else
Expand Down

0 comments on commit 9f87162

Please sign in to comment.