make manual image scaling work - even if auto scaling kicks in.

This commit is contained in:
friendica
2013-06-23 23:13:07 -07:00
parent d093981d68
commit 5e235fba78
2 changed files with 14 additions and 8 deletions

View File

@@ -1040,7 +1040,7 @@ function process_delivery($sender,$arr,$deliveries,$relay) {
continue;
}
// for events, extract the event info and create and event linked to an item
// for events, extract the event info and create an event linked to an item
if((x($arr,'obj_type')) && (activity_match($arr['obj_type'],ACTIVITY_OBJ_EVENT))) {
require_once('include/event.php');