aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/profile_photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profile_photo.php b/mod/profile_photo.php
index 7b29b3635..ea7a01bc9 100644
--- a/mod/profile_photo.php
+++ b/mod/profile_photo.php
@@ -256,7 +256,7 @@ function profile_photo_content(&$a) {
profile_photo_crop_ui_head($a, $ph);
}
- $profiles = q("select id, profile_name as name, is_default as pdefault from profile where uid = %d",
+ $profiles = q("select id, profile_name as name, is_default from profile where uid = %d",
intval(local_user())
);