diff options
author | friendica <info@friendica.com> | 2014-11-02 00:06:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-02 00:06:52 -0700 |
commit | 4274a2d06c9ee2c28acba0dac3d5353e13776581 (patch) | |
tree | a61d9475c1e89209fd071222a9b3dcc83024295c /include/photos.php | |
parent | dc5e05d3349bc493e4c1f33fb2561bb80ddd0c7f (diff) | |
download | volse-hubzilla-4274a2d06c9ee2c28acba0dac3d5353e13776581.tar.gz volse-hubzilla-4274a2d06c9ee2c28acba0dac3d5353e13776581.tar.bz2 volse-hubzilla-4274a2d06c9ee2c28acba0dac3d5353e13776581.zip |
add some more safety checks before turning the conversation request messages back on
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/photos.php b/include/photos.php index badbbd791..adb7c988a 100644 --- a/include/photos.php +++ b/include/photos.php @@ -178,7 +178,7 @@ function photo_upload($channel, $observer, $args) { if($args['title']) $p['title'] = $args['title']; if($args['description']) - $p['desciprion'] = $args['description']; + $p['description'] = $args['description']; $r1 = $ph->save($p); |