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

undefined variable in ezSys class ('indexFile' function)

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Medium Medium
    • None
    • 3.8.3
    • Misc
    • None
    • Operating System:
      PHP Version: 4.4.2
      Database and version: MySQL 4.1.15

    Description

      bad use of an undefined private variable ($this->AccessPath) in 'indexFile' function (lib/ezutils/classes/ezsys.php) :

      if ( count( $this->AccessPath ) > 0 and $this->AccessPath[0] == $defaultAccess )

      should be

      if ( count( $instance->AccessPath ) > 0 and $instance->AccessPath[0] == $defaultAccess )

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: