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

small bug in ezstaticcache

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.10.0, 3.8.10, 3.9.4
    • 3.10.0rc1, 3.8.9, 3.9.3, 4.0.0trunk
    • Caching
    • None

    Description

      around line 344 of ezstaticccahe.php:

      if ( !is_dir( $dir ) )

      { eZDir::mkdir( $staticStorageDir . $dir, 0777, true ); }

      should likely be:

      if ( !is_dir( $staticStorageDir . $dir ) )

      { eZDir::mkdir( $staticStorageDir . $dir, 0777, true ); }

      Attachments

        Activity

          People

            cyberwolf cyberwolf
            72f8acac-185f-4a54-9470-a7473f50daab@accounts.ibexa.co Gaetano Giunta
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: