diff options
author | jrags <> | 2006-04-08 19:06:55 +0000 |
---|---|---|
committer | jrags <> | 2006-04-08 19:06:55 +0000 |
commit | e9363ffda3e725cc749bd61a6b1550fe917fe222 (patch) | |
tree | 42f977945f611345e4ab4da489ef7f4f76ca5f06 /framework/Util | |
parent | cd960f6b68ed4431252bd55605dd2ba4044def07 (diff) |
"default class name needs to be Pradolog"
Diffstat (limited to 'framework/Util')
-rw-r--r-- | framework/Util/TPropelLogRoute.php | 4 |
1 files 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'.
|