Changeset 4301 for branches/0.11/lib/Doctrine/Migration.php
- Timestamp:
- 04/30/08 01:03:15 (23 months ago)
- Files:
-
- 1 modified
-
branches/0.11/lib/Doctrine/Migration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.11/lib/Doctrine/Migration.php
r3884 r4301 335 335 foreach ($this->_changes as $type => $changes) { 336 336 $process = new Doctrine_Migration_Process(); 337 $funcName = 'process' . Doctrine ::classify($type);337 $funcName = 'process' . Doctrine_Inflector::classify($type); 338 338 339 339 if ( ! empty($changes)) {