FLUID-3007: postProcessor.php should not rely on global variables for operation

Metadata

Source
FLUID-3007
Type
Task
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Laurel Williams
Reporter
Laurel Williams
Created
2009-07-07T14:20:01.000-0400
Updated
2009-08-24T11:22:41.000-0400
Versions
N/A
Fixed Versions
  1. 1.2
Component
  1. Infusion Builder

Description

Comments

  • Laurel Williams commented 2009-07-07T14:20:38.000-0400

    Colin commented: In postProcessor.php, I notice that you define $minified and $includes as global variables. How come? If it's necessary, is there a way you can define a class instead that will store this state and the methods that depend on it without requiring globals?

  • Laurel Williams commented 2009-07-13T10:38:23.000-0400

    Completed this task.