From e9363ffda3e725cc749bd61a6b1550fe917fe222 Mon Sep 17 00:00:00 2001 From: jrags <> Date: Sat, 8 Apr 2006 19:06:55 +0000 Subject: "default class name needs to be Pradolog" --- framework/Util/TPropelLogRoute.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Util/TPropelLogRoute.php b/framework/Util/TPropelLogRoute.php index 13232951..eb87ca19 100644 --- a/framework/Util/TPropelLogRoute.php +++ b/framework/Util/TPropelLogRoute.php @@ -21,7 +21,7 @@ * The schema of the Propel object must be as follows (the table name can be * changed to the value of {@link getPropelObjectName PropelObjectName}. * <code> - * <table name="PradoLog"> + * <table name="Pradolog"> * <column * name="ID" * required="true" @@ -59,7 +59,7 @@ */ class TPropelLogRoute extends TLogRoute { - private $_className='PradoLog'; + private $_className='Pradolog'; /** * @return string the name of the Prople object used to save each log message. Defaults to 'PradoLog'. -- cgit v1.2.3