diff options
Diffstat (limited to 'copyrights.php')
| -rwxr-xr-x | copyrights.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copyrights.php b/copyrights.php index 7eb663b..511fc87 100755 --- a/copyrights.php +++ b/copyrights.php @@ -44,7 +44,7 @@ if (isset($_REQUEST['editcopyright'])) { $copyrightslib->edit_copyright($copyright_id, $copyrightTitle, $copyrightYear, $copyrightAuthors, $gBitUser->mUserId); } else { $gBitSmarty->assign('msg', KernelTools::tra("You must supply all the information, including title and year.")); - $gBitSystem->display( 'error.tpl' , null, array( 'display_mode' => 'display' )); + $gBitSystem->display( 'error.tpl' , null, [ 'display_mode' => 'display' ]); die; } } |
