Skip to content

Commit

Permalink
FIx syntax error in manage_config_email_page.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Sep 2, 2014
1 parent 8ded7d1 commit c5533f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage_config_email_page.php
Expand Up @@ -73,6 +73,7 @@ function array_merge_recursive2( $p_array1, $p_array2 ) {
} else {
$t_merged_array[$t_key2] = $t_value2;
}
}
return $t_merged_array;
}

Expand Down

0 comments on commit c5533f3

Please sign in to comment.