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.

This commit is contained in:
friendica
2013-04-21 22:12:18 -07:00
parent 868a1877d2
commit 7621bd3bb1
4 changed files with 9 additions and 7 deletions

View File

@@ -865,6 +865,8 @@ function zot_import($arr) {
$result = process_profile_delivery($i['notify']['sender'],$arr,$deliveries);
}
}
if($result)
$return = array_merge($return,$result);