Skip to content

Commit

Permalink
Fixed Authentication\Register::insertJoinUserDataByUsername method.
Browse files Browse the repository at this point in the history
  • Loading branch information
zntr committed Feb 3, 2021
1 parent 410c659 commit d90f966
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Internal/package-authentication/Register.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ protected function getJoinColumnByUsername($username)
*/
protected function insertJoinUserDataByUsername($username, &$joinData)
{
$joinCol = getJoinColumnByUsername($username);
$joinCol = $this->getJoinColumnByUsername($username);

foreach( $this->joinTables as $table => $joinColumn )
{
Expand Down
2 changes: 1 addition & 1 deletion Internal/package-authentication/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "znframework/package-authentication",
"version": "6.1.2.6",
"version": "6.1.2.7",
"description": "ZN Framework Authentication",
"license": "MIT",
"homepage": "https://znframework.com",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "znframework/fullpack-edition",
"version": "8.2.4.5",
"version": "8.2.4.6",
"type": "project",
"description": "ZN Framework Fullpack Edition",
"keywords": ["zn","fullpack"],
Expand Down
4 changes: 2 additions & 2 deletions zeroneed.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
|
| Simplicity is our principle. Enjoy it.
|
| Kernel: 6.0.2
| Kernel: 6.0.3
|
*/

ZN\ZN::run('FE', '8.2.4.5', 'Mustafa Kemal Atatürk');
ZN\ZN::run('FE', '8.2.4.6', 'Mustafa Kemal Atatürk');

0 comments on commit d90f966

Please sign in to comment.