Skip to content

Commit

Permalink
Optimize call to config_get()
Browse files Browse the repository at this point in the history
  • Loading branch information
syncguru authored and vboctor committed Jan 14, 2018
1 parent f7b494b commit 3ce2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_prefs_inc.php
Expand Up @@ -389,7 +389,7 @@ function edit_account_prefs( $p_user_id = null, $p_error_if_protected = true, $p
</td>
<td>
<select id="font_family" name="font_family" class="input-sm">
<?php print_font_option_list( config_get( 'font_family' ) ) ?>
<?php print_font_option_list( config_get( 'font_family',null, $p_user_id, ALL_PROJECTS ) ) ?>
</select>
</td>
</tr>
Expand Down

0 comments on commit 3ce2954

Please sign in to comment.