mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
5dffcb6270
Revision: [1864] Adding fix to DataSource::__cacheDescription(). The call to cache() was always passing $data as a serialized value, this would result in a failure in the cache function check $data == null since $data was not null but had a value of "N;". git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1865 3807eeeb-6ff5-0310-8944-8be069107fe0
9 lines
No EOL
520 B
Text
9 lines
No EOL
520 B
Text
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
// + $Id$
|
|
// + Last Modified: $Date$
|
|
// + Modified By: $LastChangedBy$
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
0.10.8.1865 RC 4 |