diff options
| -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'.
  | 
