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

bin/php/eztc.php: Access path can't be set -> protected class variable

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 5.1
    • 4.7.0
    • Misc

    Description

      In bin/php/eztc.php

      if ( $options['access-path'] )
      {
          $sys->AccessPath = array( $options['access-path'] );
      }
      

      is not possible (anymore) because AccessPath is a protected class variable.

      ->setAccessPath should be used instead.

      Github pull request proposal: https://github.com/ezsystems/ezpublish/pull/497

      Attachments

        Activity

          People

            Unassigned Unassigned
            jgamez jgamez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: