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

server-tool-link fixed url path #189

Merged
merged 3 commits into from
Jul 14, 2016
Merged

server-tool-link fixed url path #189

merged 3 commits into from
Jul 14, 2016

Conversation

khaydarov
Copy link
Member

No description provided.

@@ -36,7 +36,7 @@ public function action_parseLink() {

array(
'linkUrl' => $url,
'linkText' => $url_params["host"] . $url_params["path"],
'linkText' => $url_params["host"] . isset($url_params["path"])?$url_params["path"]:"",
Copy link
Member

Choose a reason for hiding this comment

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

Ты проверял решает ли это проблему?
И предлагаю отступов добавить вокруг ? и :

Copy link
Member

Choose a reason for hiding this comment

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

Arr::get($url_params, 'path','')

@n0str
Copy link
Member

n0str commented Jul 14, 2016

closes codex-team/editor.js#73 from codex.editor repository

@neSpecc neSpecc merged commit 0897146 into master Jul 14, 2016
@neSpecc neSpecc deleted the server-tool-link branch July 14, 2016 12:49
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.

3 participants