@@ -129,7 +129,7 @@ |
||
129 | 129 | if (isset($this->messageprops[$this->proptags[$propname]])) { |
130 | 130 | $props[$this->proptags[$propname]] = $this->messageprops[$this->proptags[$propname]]; |
131 | 131 | if (isset($exception_props[$this->proptags[$propname]]) && |
132 | - $this->messageprops[$this->proptags[$propname]] != $exception_props[$this->proptags[$propname]]) { |
|
132 | + $this->messageprops[$this->proptags[$propname]] != $exception_props[$this->proptags[$propname]]) { |
|
133 | 133 | $changed_item[$propname] = $exception_props[$this->proptags[$propname]]; |
134 | 134 | } |
135 | 135 | } |