Skip to content

Commit ec18112

Browse files
author
Till Brehm
committed
Merge branch 'stray-paren' into 'master'
Remove stray closing parenthesis This fixes a syntax error in `update.php`. See merge request !441
2 parents d803c03 + bb17cd1 commit ec18112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
}
358358

359359
//* Configure mlmmj
360-
if($conf['mlmmj']['installed'] == true && $inst->reconfigure_app('Mlmmj', $reconfigure_services_answer)) ) {
360+
if($conf['mlmmj']['installed'] == true && $inst->reconfigure_app('Mlmmj', $reconfigure_services_answer)) {
361361
swriteln('Configuring Mlmmj');
362362
$inst->configure_mlmmj(/*update*/);
363363
}

0 commit comments

Comments
 (0)