aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Storage/Directory.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-11-19 16:56:59 -0800
committerzotlabs <mike@macgirvin.com>2017-11-19 16:56:59 -0800
commit16f584608f8147a58bfe295ff3295aae0f85b38a (patch)
tree6ccfd91b8114428cea33b8d5b3293f3f806578db /Zotlabs/Storage/Directory.php
parent60fcb5f4f2729e6e164abcb515540cc752881b9b (diff)
downloadvolse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.tar.gz
volse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.tar.bz2
volse-hubzilla-16f584608f8147a58bfe295ff3295aae0f85b38a.zip
text thumbnails in cloud tile mode
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);