Commit e6b04fab authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-676 Removed trailing space. Released under the Affero GNU General

Public License (AGPL) version 3.
parent aa4f6c6f
......@@ -96,7 +96,7 @@ class Streamer implements Serializable {
$map = $this->mapping[$entity[EN_TAG]];
if (isset($map[self::STREAMER_ARRAY])) {
$this->$map[self::STREAMER_VAR] = array();
}
}
else if (isset($map[self::STREAMER_PROP]) && $map[self::STREAMER_PROP] == self::STREAMER_TYPE_SEND_EMPTY) {
$this->$map[self::STREAMER_VAR] = "1";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment