Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
log
Commits
27976cff
Commit
27976cff
authored
Jan 16, 2015
by
m.stenta
Browse files
Use TRUE/FALSE instead of 1/0 in default entity object.
parent
dba52027
Changes
1
Hide whitespace changes
Inline
Side-by-side
log.class.inc
View file @
27976cff
...
@@ -77,7 +77,7 @@ class LogTypeController extends EntityAPIControllerExportable {
...
@@ -77,7 +77,7 @@ class LogTypeController extends EntityAPIControllerExportable {
'type'
=>
''
,
'type'
=>
''
,
'label'
=>
''
,
'label'
=>
''
,
'name_pattern'
=>
''
,
'name_pattern'
=>
''
,
'name_edit'
=>
0
,
'name_edit'
=>
FALSE
,
);
);
return
parent
::
create
(
$values
);
return
parent
::
create
(
$values
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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