Skip to content

Commit bb17cd1

Browse files
committed
Remove stray closing parenthesis
1 parent d803c03 commit bb17cd1

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)