Changeset 5130

Show
Ignore:
Timestamp:
10/22/08 00:05:56 (9 months ago)
Author:
jwage
Message:

[1.0, 1.1] fixes #1570

Location:
branches
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Import/Schema.php

    r5123 r5130  
    331331 
    332332        foreach ($array as $className => $table) { 
     333            $table = (array) $table; 
    333334            $this->_validateSchemaElement('root', array_keys($table), $className); 
    334335 
  • branches/1.1/lib/Doctrine/Import/Schema.php

    r5123 r5130  
    331331 
    332332        foreach ($array as $className => $table) { 
     333            $table = (array) $table; 
    333334            $this->_validateSchemaElement('root', array_keys($table), $className); 
    334335