From 760e598ba518b0ba4f2b0b706bef799549cc1277 Mon Sep 17 00:00:00 2001 From: zYne Date: Wed, 27 Jun 2007 17:46:34 +0000 Subject: [PATCH] --- lib/Doctrine/Record.php | 2 +- lib/Doctrine/Template.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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() {