aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-04-08 10:15:40 +0200
committerGitHub <noreply@github.com>2017-04-08 10:15:40 +0200
commit57f20c0c2231099ce62dbdf2300e840114e8ce96 (patch)
tree35052cbc728c2c379914f78e7dadd18f64c851d3
parent06b0c89aeedd60fc3e9a177e0060e8b393ed227c (diff)
parenta32b097e3c121738ea0a6e34ca2955d9385851d3 (diff)
downloadvolse-hubzilla-57f20c0c2231099ce62dbdf2300e840114e8ce96.tar.gz
volse-hubzilla-57f20c0c2231099ce62dbdf2300e840114e8ce96.tar.bz2
volse-hubzilla-57f20c0c2231099ce62dbdf2300e840114e8ce96.zip
Merge pull request #713 from zotlabs/photo-zero
Photo zero
-rw-r--r--include/photo/photo_driver.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/photo/photo_driver.php b/include/photo/photo_driver.php
index 923e34dbe..cc1f3b5d0 100644
--- a/include/photo/photo_driver.php
+++ b/include/photo/photo_driver.php
@@ -330,6 +330,7 @@ abstract class photo_driver {
$p['photo_usage'] = intval($arr['photo_usage']);
$p['os_storage'] = intval($arr['os_storage']);
$p['os_path'] = $arr['os_path'];
+ $p['os_syspath'] = ((array_key_exists('os_syspath',$arr)) ? $arr['os_syspath'] : '');
$p['display_path'] = (($arr['display_path']) ? $arr['display_path'] : '');
if(! intval($p['imgscale']))