summaryrefslogtreecommitdiff
path: root/framework/Util
diff options
context:
space:
mode:
authorjrags <>2006-04-08 19:04:49 +0000
committerjrags <>2006-04-08 19:04:49 +0000
commitc370ddb843c418f550879c2edc0aac0fe90a1b2d (patch)
treef92e43b6609001fba86cc7dbf390501ad8eb35f9 /framework/Util
parentccf0cd0f8d6480238db531f46ae1c70554d0e90d (diff)
"default class name needs to be Pradolog"
Diffstat (limited to 'framework/Util')
-rw-r--r--framework/Util/TPropelLogRoute.php4
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'.