aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-10 12:37:48 -0800
committerfriendica <info@friendica.com>2014-01-10 12:37:48 -0800
commitc9879edb3e1c7058dca083b11a13840cf7cbe609 (patch)
tree7798985198b080d92d23412ea3f84978faed92bb /include/reddav.php
parent4e9866f6b20d3747b948b2eab3f6dfb23cc884e7 (diff)
downloadvolse-hubzilla-c9879edb3e1c7058dca083b11a13840cf7cbe609.tar.gz
volse-hubzilla-c9879edb3e1c7058dca083b11a13840cf7cbe609.tar.bz2
volse-hubzilla-c9879edb3e1c7058dca083b11a13840cf7cbe609.zip
break delivery loop if an item is deleted twice
Diffstat (limited to 'include/reddav.php')
-rw-r--r--include/reddav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/reddav.php b/include/reddav.php
index b2683885d..69fcf8bec 100644
--- a/include/reddav.php
+++ b/include/reddav.php
@@ -886,7 +886,7 @@ class RedBrowser extends DAV\Browser\Plugin {
<td><a href=\"{$fullPath}\">{$displayName}</a></td>
<td>{$type}</td>
<td>{$size}</td>
- <td>" . datetime_convert('UTC', date_default_timezone_get(),$lastmodified) . "</td>
+ <td>" . (($lastmodified) ? datetime_convert('UTC', date_default_timezone_get(),$lastmodified) : '') . "</td>
</tr>";
}