Skip to content

Commit 2e5996f

Browse files
committed
Update release_3_0_2.php
add missing argument
1 parent 113a164 commit 2e5996f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/release_3_0_2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function update_data()
3333
$re = array();
3434

3535
$re[] = array('config.remove', array(prefixes::CONFIG.'_convert_space_to_minus', 1));
36-
$re[] = array('config.add', array(prefixes::CONFIG.'_convert_space_to_hyphen'));
36+
$re[] = array('config.add', array(prefixes::CONFIG.'_convert_space_to_hyphen', 1));
3737
$re[] = array('config.update', array(prefixes::CONFIG.'_version', $this->version));
3838

3939
return $re;

0 commit comments

Comments
 (0)