Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-15356

ezodf missing generator parameter

    XMLWordPrintable

Details

    Description

      In eZOOConverter::handleInlineNode() there's a call to itself, but missing one parameter:
      $return = self::handleInlineNode( $inlineNode );
      should be:
      $return = self::handleInlineNode( $inlineNode, $generator );

      Also, in eZOOGenerator::handleElement() there's a faulty xml string
      $contentXML .= "<text text:style-name='Defualt'></text>" . "\n";
      should be:
      $contentXML .= "<text text:style-name='Default'></text>" . "\n";

      Attachments

        Activity

          People

            unknown unknown
            aba aba
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: