Skip to content

Commit be69034

Browse files
committed
Prepare 3.2.7 hotfix
1 parent df6177d commit be69034

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

administrator/components/com_joomlaupdate/restore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7341,7 +7341,7 @@ function masterSetup()
73417341
// Get the raw data
73427342
$raw = json_decode($json, true);
73437343

7344-
if (!empty($password) && (empty($password) || !isset($raw['factory'])))
7344+
if (!empty($password) && (empty($raw)))
73457345
{
73467346
die('###{"status":false,"message":"Invalid login"}###');
73477347
}

administrator/manifests/files/joomla.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<authorUrl>www.joomla.org</authorUrl>
77
<copyright>(C) 2005 - 2014 Open Source Matters. All rights reserved</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
9-
<version>3.2.6</version>
9+
<version>3.2.7</version>
1010
<creationDate>September 2014</creationDate>
1111
<description>FILES_JOOMLA_XML_DESCRIPTION</description>
1212

libraries/cms/version/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ final class JVersion
2525
public $RELEASE = '3.2';
2626

2727
/** @var string Maintenance version. */
28-
public $DEV_LEVEL = '6';
28+
public $DEV_LEVEL = '7';
2929

3030
/** @var string Development STATUS. */
3131
public $DEV_STATUS = 'Stable';

0 commit comments

Comments
 (0)