Show
Ignore:
Timestamp:
04/30/08 01:03:15 (23 months ago)
Author:
jwage
Message:

Removing deprecated alias methods.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/lib/Doctrine/Migration.php

    r3884 r4301  
    335335            foreach ($this->_changes as $type => $changes) { 
    336336                $process = new Doctrine_Migration_Process(); 
    337                 $funcName = 'process' . Doctrine::classify($type); 
     337                $funcName = 'process' . Doctrine_Inflector::classify($type); 
    338338 
    339339                if ( ! empty($changes)) {