diff options
author | friendica <info@friendica.com> | 2013-03-21 15:41:23 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-21 15:41:23 -0700 |
commit | c3590f6454f856b7890dee7dc2178cef3f09cb11 (patch) | |
tree | c63480060f24844a5489de84a7e2529c31b632b8 /mod | |
parent | b3417e485486a1aee7a3a21a17e52026bd8330a4 (diff) | |
parent | 7dfdc4fba7fbf88452e4ff667c66c674ce77f324 (diff) | |
download | volse-hubzilla-c3590f6454f856b7890dee7dc2178cef3f09cb11.tar.gz volse-hubzilla-c3590f6454f856b7890dee7dc2178cef3f09cb11.tar.bz2 volse-hubzilla-c3590f6454f856b7890dee7dc2178cef3f09cb11.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index 0a8b2b9dc..e7cc01b4e 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -59,7 +59,7 @@ function profiles_init(&$a) { intval(local_user())); $r2 = q("INSERT INTO `profile` (`aid`, `uid` , `profile_guid`, `profile_name` , `name`, `photo`, `thumb`) - VALUES ( %d, '%s', '%s', '%s', '%s' )", + VALUES ( %d, '%s', '%s', '%s', '%s', '%s', '%s' )", intval(get_account_id()), intval(local_user()), dbesc(random_string()), |