Changeset 4968

Show
Ignore:
Timestamp:
09/15/08 15:20:58 (10 months ago)
Author:
gnat
Message:

undefined variable

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/lib/Doctrine/Configurable.php

    r4852 r4968  
    100100            return constant($const); 
    101101        } else { 
    102             throw new Doctrine_Exception('Unknown attribute value: "' . $value . '"'); 
     102            throw new Doctrine_Exception('Unknown attribute value: "' . $const . '"'); 
    103103        } 
    104104    }