aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-18 01:27:14 -0700
committerfriendica <info@friendica.com>2013-05-18 01:27:14 -0700
commit367b21f8869f462c11109ad08058aa2a6c63313a (patch)
treea731f828a6b168d20767bd0f56131f6a6de67742 /mod
parentf2de266ce6cfbc52288e3add070f8502fb5334d3 (diff)
parent7a1448c64f58e8bcbc3fc8fb936c8bda64ec1a87 (diff)
downloadvolse-hubzilla-367b21f8869f462c11109ad08058aa2a6c63313a.tar.gz
volse-hubzilla-367b21f8869f462c11109ad08058aa2a6c63313a.tar.bz2
volse-hubzilla-367b21f8869f462c11109ad08058aa2a6c63313a.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-rw-r--r--mod/profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index e7cc01b4e..ff6bc8ff6 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -447,7 +447,7 @@ function profiles_post(&$a) {
$channel = $a->get_channel();
if($namechanged && $is_default) {
- $r = q("UPDATE xchan SET xchan_name = '%s', xchan_name_date` = '%s' WHERE xchan_hash = '%s' limit 1",
+ $r = q("UPDATE xchan SET xchan_name = '%s', xchan_name_date = '%s' WHERE xchan_hash = '%s' limit 1",
dbesc($name),
dbesc(datetime_convert()),
dbesc($channel['xchan_hash'])