FLUID-3139: postProcessor.php has hard coded directory dividers ie. '/' in the code which need to be changed.

Metadata

Source
FLUID-3139
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-08-25T14:38:17.000-0400
Updated
2009-12-02T13:38:05.000-0500
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Create a constant for use as directory dividers.

Comments

  • Laurel Williams commented 2009-08-25T15:09:09.000-0400

    created a constant "DIRECTORY_DIVIDER" in config.php and used in postProcessor.php

  • Laurel Williams commented 2009-10-22T16:23:27.000-0400

    Re-opening because I did not solve this problem to my liking.
    Should convert directory separators to universal ones (ie. Windows and Unix can both use)
    Should use built in php constant DIRECTORY_SEPARATOR where needed

  • Laurel Williams commented 2009-10-30T15:38:20.000-0400

    Removed references to DIRECTORY_SEPARATOR and replaced with "/"