Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Aug 22, 2014
1 parent 5c2221f commit f591949
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions libraries/joomla/updater/adapters/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,7 @@ protected function _endElement($parser, $name)
protected function _characterData($parser, $data)
{
$tag = $this->_getLastTag();
/**
* @todo remove code
* if(!isset($this->$tag->_data)) $this->$tag->_data = '';
* $this->$tag->_data .= $data;
*/

if (in_array($tag, $this->updatecols))
{
$tag = strtolower($tag);
Expand Down

0 comments on commit f591949

Please sign in to comment.