Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User aliases does not work #505 #514

Closed
wants to merge 2 commits into from
Closed

User aliases does not work #505 #514

wants to merge 2 commits into from

Conversation

overkam
Copy link

@overkam overkam commented Jan 14, 2019

Closes #505

@overkam overkam changed the title Closes #505 User aliases does not work #505 Jan 14, 2019
@@ -154,7 +154,7 @@ public function action_save()
return;
}

$uri = Arr::get($_POST, 'uri');
$uri = strtolower(Arr::get($_POST, 'uri'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а если ::get вернёт не строку?

@@ -73,6 +73,7 @@ public function action_settings()
$name = Arr::get($_POST, 'name');
$bio = Arr::get($_POST, 'bio');
$alias = Arr::get($_POST, 'alias');
$alias = strtolower(Arr::get($_POST, 'alias'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

выглядит, как дублирование кода

@talyguryn talyguryn closed this Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User aliases does not work
2 participants