[Solar-svn] Revision 3295
pmjones at solarphp.com
pmjones at solarphp.com
Thu Jul 31 17:10:52 CDT 2008
Solar_Sql_Adapter_MysqlReplicated: [FIX] Use setCacheKeyPrefix(), not _set...().
Modified: trunk/Solar/Sql/Adapter.php
===================================================================
--- trunk/Solar/Sql/Adapter.php 2008-07-31 21:54:26 UTC (rev 3294)
+++ trunk/Solar/Sql/Adapter.php 2008-07-31 22:10:52 UTC (rev 3295)
@@ -286,7 +286,7 @@
);
// set the cache-key prefix
- $this->_setCacheKeyPrefix();
+ $this->setCacheKeyPrefix();
}
/**
More information about the Solar-svn
mailing list