tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

Typo in TCachePageStatePersister.php #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There's a typo in TCachePageStatePersister::getCache() at line 114. The 
field checked in the "if" should be "$this->_cacheModuleID" instead 
of "$this->_cacheModule". Bug surfaces only if you specify an invalid 
cache module ID, and even then it just interferes with the error reporting 
as this branch is a fatal error anyway.

Prado/3.1.7

Original issue reported on code.google.com by google...@pcforum.hu on 1 Mar 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Fixed in 3.1 branch. 
Was OK in trunk
Thanks for reporting

Original comment by Christophe.Boulain@gmail.com on 26 Jan 2011 at 1:06