diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-10-12 19:54:01 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-10-12 19:54:01 -0700 |
commit | 91895c52ca38971e6007691f48c6186b9ecceb2f (patch) | |
tree | 5c4d04e9790815184e245aa305ff22488673175a /include | |
parent | fc28af8518a422ff1b0a45b8ef006da7bd6d4eb3 (diff) | |
download | volse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.tar.gz volse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.tar.bz2 volse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.zip |
missing underscore
Diffstat (limited to 'include')
-rw-r--r-- | include/attach.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php index a556ff775..48a88d6a5 100644 --- a/include/attach.php +++ b/include/attach.php @@ -449,7 +449,7 @@ function attach_store($channel, $observer_hash, $options = '', $arr = null) { // By default remove $src when finished - $remove_when processed = true; + $remove_when_processed = true; if($options === 'import') { $src = $arr['src']; |