Changeset 7509
- Timestamp:
- 02/16/08 09:18:58 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/config/sfRootConfigHandler.class.php
r4597 r7509 86 86 87 87 // append new data 88 $data[] = sprintf("\$this->handlers['%s'] = new %s();", $category, $class); 89 90 // initialize the handler with parameters 91 $data[] = sprintf("\$this->handlers['%s']->initialize(%s);", $category, $parameters); 88 $data[] = sprintf("\$this->handlers['%s'] = new %s(%s);", $category, $class, $parameters); 92 89 } 93 90

