Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
4f1ba093
Commit
4f1ba093
authored
Nov 14, 2016
by
Dan Poltawski
Browse files
Merge branch 'MDL-54871' of
https://github.com/bostelm/moodle
parents
642bbbdd
c448ab3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mod/data/field/url/field.class.php
View file @
4f1ba093
...
...
@@ -63,7 +63,7 @@ class data_field_url extends data_field_base {
}
}
$autolinkable
=
!
empty
(
$this
->
field
->
param1
)
and
empty
(
$this
->
field
->
param2
);
$autolinkable
=
!
empty
(
$this
->
field
->
param1
)
&&
empty
(
$this
->
field
->
param2
);
$str
=
'<div title="'
.
s
(
$this
->
field
->
description
)
.
'" class="form-inline">'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment