aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-12 19:54:01 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-12 19:54:01 -0700
commit91895c52ca38971e6007691f48c6186b9ecceb2f (patch)
tree5c4d04e9790815184e245aa305ff22488673175a /include/attach.php
parentfc28af8518a422ff1b0a45b8ef006da7bd6d4eb3 (diff)
downloadvolse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.tar.gz
volse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.tar.bz2
volse-hubzilla-91895c52ca38971e6007691f48c6186b9ecceb2f.zip
missing underscore
Diffstat (limited to 'include/attach.php')
-rw-r--r--include/attach.php2
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'];