aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-01-06 19:32:36 +0000
committerMario <mario@mariovavti.com>2021-01-06 19:32:36 +0000
commit16082456dfbb3e3108ba1a1db627f7333d10ddce (patch)
treef4ce1d2e638d4f4a24a20df708633fe2414c9610
parent49cc69ecc5dc2c6032cadff4cd1f31b511e0a0b4 (diff)
downloadvolse-hubzilla-16082456dfbb3e3108ba1a1db627f7333d10ddce.tar.gz
volse-hubzilla-16082456dfbb3e3108ba1a1db627f7333d10ddce.tar.bz2
volse-hubzilla-16082456dfbb3e3108ba1a1db627f7333d10ddce.zip
error in logic
-rw-r--r--include/attach.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/attach.php b/include/attach.php
index bcb3061f4..f65f41477 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -3017,7 +3017,7 @@ function attach_folder_rpaths($all_folders,$that_folder) {
if(! $found)
$error = true;
}
- while((! $found) && (! $error) && ($parent_hash != ''));
+ while((! $error) && ($parent_hash != ''));
}
return (($error) ? false : [ $current_hash , $path ]);