mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merging fixes into the trunk:
Revision: [4789] Fixing last commit, had removed the ! prior to committing Revision: [4788] Adding fix for duplicate conditions being merged into the final query on self associations git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4791 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
eae615527d
commit
a677c882e7
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
// +---------------------------------------------------------------------------------------------------+ //
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
1.2.0.4787alpha
|
||||
1.2.0.4791alpha
|
|
@ -24,5 +24,5 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
$config['Cake.version'] = '1.2.0.4787alpha';
|
||||
$config['Cake.version'] = '1.2.0.4791alpha';
|
||||
?>
|
Loading…
Add table
Reference in a new issue