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

PHP warning: Undefined variable: origBlockName

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.10.1, 3.9.5, 4.0.0alpha2
    • 3.10.0, 3.9.4, 4.0.0alpha1
    • Misc
    • None

    Description

      in in lib/ezutils/classes/ezini.php:

      function &group( $blockName )
          {
              if ( !isset( $this->BlockValues[$blockName] ) )
              {
                  eZDebug::writeError( "Unknown group: '$origBlockName'", "eZINI" );
      

      Obviously $origBlockName needs to be $blockName.

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            cyberwolf cyberwolf
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: