From 7621bd3bb171c7a4772e4663ee43b86a55a1f7c0 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Apr 2013 22:12:18 -0700 Subject: 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. --- include/zot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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); -- cgit v1.2.3