aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-21 22:12:18 -0700
committerfriendica <info@friendica.com>2013-04-21 22:12:18 -0700
commit7621bd3bb171c7a4772e4663ee43b86a55a1f7c0 (patch)
tree687361bc2ce5ef63410de7c33f65359c13d1455e /include
parent868a1877d289c886a7a081aa1bcea2f0cee7b51e (diff)
downloadvolse-hubzilla-7621bd3bb171c7a4772e4663ee43b86a55a1f7c0.tar.gz
volse-hubzilla-7621bd3bb171c7a4772e4663ee43b86a55a1f7c0.tar.bz2
volse-hubzilla-7621bd3bb171c7a4772e4663ee43b86a55a1f7c0.zip
reverting to fancybox for "save to file" selection box until we find a better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here.
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index a06ae352b..e8fba603a 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -865,6 +865,8 @@ function zot_import($arr) {
$result = process_profile_delivery($i['notify']['sender'],$arr,$deliveries);
}
+
+
}
if($result)
$return = array_merge($return,$result);