Skip to content

Commit

Permalink
Don't add the qualifier, this property is strictly numeric.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 9, 2016
1 parent 2884dcd commit aa119f6
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -64,10 +64,6 @@ public function __get($property)
return !empty($this->_properties['remark']['presschg'])
? $this->_properties['remark']['presschg']
: null;
case 'visibility':
return (!empty($this->_properties['visQualifier'])
? $this->_properties['visQualifier']
: '') . ' ' . $this->_properties['visibility'];
case 'condition':
// @todo - need to build this from other properties.
return ' TODO ';
Expand Down

0 comments on commit aa119f6

Please sign in to comment.