diff --git a/lib/Doctrine/Record.php b/lib/Doctrine/Record.php index 127868e52..90225cbea 100644 --- a/lib/Doctrine/Record.php +++ b/lib/Doctrine/Record.php @@ -18,7 +18,7 @@ * and is licensed under the LGPL. For more information, see * . */ -Doctrine::autoload('Doctrine_Access'); +Doctrine::autoload('Doctrine_Record_Abstract'); /** * Doctrine_Record * All record classes should inherit this super class diff --git a/lib/Doctrine/Template.php b/lib/Doctrine/Template.php index 4818faed5..54fc1d67c 100644 --- a/lib/Doctrine/Template.php +++ b/lib/Doctrine/Template.php @@ -18,7 +18,7 @@ * and is licensed under the LGPL. For more information, see * . */ - +Doctrine::autoload('Doctrine_Record_Abstract'); /** * Doctrine_Template * @@ -60,7 +60,7 @@ class Doctrine_Template extends Doctrine_Record_Abstract { } - + public function setTableDefinition() {