aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-20 15:04:08 -0800
committerzotlabs <mike@macgirvin.com>2017-11-20 15:04:08 -0800
commitbabe14410c92b2ae6985aebf69d0e755c0fc2045 (patch)
tree6ec1053cf706b82c44438982ead9ae360939fd83 /Zotlabs/Storage/Directory.php
parent4cd0b745cbc24a035a5e9ba488917ec7beeda888 (diff)
parent250d758d74fa1e117ed11c884a0c26040e696494 (diff)
downloadvolse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.tar.gz
volse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.tar.bz2
volse-hubzilla-babe14410c92b2ae6985aebf69d0e755c0fc2045.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs/Storage/Directory.php')
-rw-r--r--Zotlabs/Storage/Directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Storage/Directory.php b/Zotlabs/Storage/Directory.php
index 27df3569f..45df9ddd5 100644
--- a/Zotlabs/Storage/Directory.php
+++ b/Zotlabs/Storage/Directory.php
@@ -362,6 +362,8 @@ class Directory extends DAV\Node implements DAV\ICollection, DAV\IQuota {
$args = array( 'resource_id' => $hash, 'album' => $album, 'os_syspath' => $f, 'os_path' => $xpath['os_path'], 'display_path' => $xpath['path'], 'filename' => $name, 'getimagesize' => $gis, 'directory' => $direct);
$p = photo_upload($c[0], \App::get_observer(), $args);
}
+
+ \Zotlabs\Daemon\Master::Summon([ 'Thumbnail' , $this->folder_hash ]);
$sync = attach_export_data($c[0], $hash);