Skip to content

Commit

Permalink
Fixed: author cannot be null
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Jan 29, 2015
1 parent 0775027 commit f0fa018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_glossary_term.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
'author' => array
(
'label' => &$GLOBALS['TL_LANG']['tl_glossary_term']['author'],
'default' => $this->User->id,
'default' => \BackendUser::getInstance()->id,
'exclude' => true,
'search' => true,
'inputType' => 'select',
Expand Down

0 comments on commit f0fa018

Please sign in to comment.