Skip to content

Commit 8d4e856

Browse files
committed
FIxed syntax error, update versions to 1.6
1 parent 54ecd82 commit 8d4e856

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

easyblog/easyblog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="2.5.0" type="plugin" group="api" method="upgrade">
33
<name>Api - Easyblog</name>
4-
<version>1.2</version>
4+
<version>1.6</version>
55
<creationDate>10/11/2014</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>[email protected]</authorEmail>

easysocial/easysocial.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.1" type="plugin" group="api" method="upgrade">
33
<name>Api - easysocial</name>
4-
<version>1.2</version>
4+
<version>1.6</version>
55
<creationDate>10/11/2014</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>[email protected]</authorEmail>

users/users.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="2.5.0" type="plugin" group="api" method="upgrade">
33
<name>Api - Users</name>
4-
<version>1.2</version>
4+
<version>1.6</version>
55
<creationDate>10/11/2014</creationDate>
66
<author>Techjoomla</author>
77
<authorEmail>[email protected]</authorEmail>

users/users/login.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function keygen()
7878

7979
//add new key in easysocial table
8080
$easyblog = JPATH_ROOT . '/administrator/components/com_easyblog/easyblog.php';
81-
if (JFile::exists($easyblog) && JComponentHelper::isEnabled('com_easysocial', true)) {
81+
if (JFile::exists($easyblog) && JComponentHelper::isEnabled('com_easysocial', true))
8282
{
8383
$this->updateEauth( $user , $key );
8484
}

0 commit comments

Comments
 (0)