diff options
Diffstat (limited to 'view/tpl/profile_photo.tpl')
-rw-r--r-- | view/tpl/profile_photo.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl index 282e890c8..49323e01c 100644 --- a/view/tpl/profile_photo.tpl +++ b/view/tpl/profile_photo.tpl @@ -12,7 +12,7 @@ <label id="profile-photo-profiles-label" class="form-label" for="profile-photo-profiles">$lbl_profiles</label> <select name="profile" id="profile-photo-profiles" class="form-input" > {{ for $profiles as $p }} -<option value="$p.id" {{ if $p.default }}selected="selected"{{ endif }}>$p.name</option> +<option value="$p.id" {{ if $p.pdefault }}selected="selected"{{ endif }}>$p.name</option> {{ endfor }} </select> <div class="clear"></div> |