Changeset 4560
- Timestamp:
- 10/02/09 08:42:20 (6 months ago)
- Files:
-
- 1 modified
-
branches/greyhound/lib/MT/Object.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/greyhound/lib/MT/Object.pm
r4501 r4560 1058 1058 sub driver { 1059 1059 my $class = shift; 1060 require MT::ObjectDriverFactory; 1060 1061 return $DRIVER ||= MT::ObjectDriverFactory->instance 1061 1062 if UNIVERSAL::isa($class, 'MT::Object');
