diff options
author | friendica <info@friendica.com> | 2013-06-23 23:13:07 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-23 23:13:07 -0700 |
commit | 5e235fba78e07dc050d5821c3db5bf34466a54d8 (patch) | |
tree | b11d6446ac33071885cd1ca9dc84366813585c73 /include/zot.php | |
parent | d093981d68477887f5aecbb988bebb451389b79e (diff) | |
download | volse-hubzilla-5e235fba78e07dc050d5821c3db5bf34466a54d8.tar.gz volse-hubzilla-5e235fba78e07dc050d5821c3db5bf34466a54d8.tar.bz2 volse-hubzilla-5e235fba78e07dc050d5821c3db5bf34466a54d8.zip |
make manual image scaling work - even if auto scaling kicks in.
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 79031ab26..689af2dac 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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'); |