diff options
-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']; |