File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/com_joomlaupdate Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7341,7 +7341,7 @@ function masterSetup()
7341
7341
// Get the raw data
7342
7342
$ raw = json_decode ($ json , true );
7343
7343
7344
- if (!empty ($ password ) && (empty ($ password ) || ! isset ( $ raw[ ' factory ' ] )))
7344
+ if (!empty ($ password ) && (empty ($ raw )))
7345
7345
{
7346
7346
die ('###{"status":false,"message":"Invalid login"}### ' );
7347
7347
}
Original file line number Diff line number Diff line change 6
6
<authorUrl >www.joomla.org</authorUrl >
7
7
<copyright >(C) 2005 - 2014 Open Source Matters. All rights reserved</copyright >
8
8
<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 >
10
10
<creationDate >September 2014</creationDate >
11
11
<description >FILES_JOOMLA_XML_DESCRIPTION</description >
12
12
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class JVersion
25
25
public $ RELEASE = '3.2 ' ;
26
26
27
27
/** @var string Maintenance version. */
28
- public $ DEV_LEVEL = '6 ' ;
28
+ public $ DEV_LEVEL = '7 ' ;
29
29
30
30
/** @var string Development STATUS. */
31
31
public $ DEV_STATUS = 'Stable ' ;
You can’t perform that action at this time.
0 commit comments