mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Merging fixes into the trunk:
Revision: [4985] * Adding fix to allow multiple forms when using SecurityComponent Revision: [4984] * Fixing undefined notice after removing RequestHandler::disableStartup = false; in [4981] git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4986 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
7fce78e73f
commit
90e05ed48e
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@
|
|||
// +---------------------------------------------------------------------------------------------------+ //
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
1.2.0.4983alpha
|
||||
1.2.0.4986alpha
|
|
@ -24,5 +24,5 @@
|
|||
* @lastmodified $Date$
|
||||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
$config['Cake.version'] = '1.2.0.4983alpha';
|
||||
$config['Cake.version'] = '1.2.0.4986alpha';
|
||||
?>
|
Loading…
Add table
Reference in a new issue