Skip to content

Commit

Permalink
Merge pull request #14 from chilikina/2.x
Browse files Browse the repository at this point in the history
Update UrlWidget.php
  • Loading branch information
niksamokhvalov committed Jan 7, 2016
2 parents 55c8524 + 1506197 commit 2a13673
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/widget/UrlWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ public function getValue()

return $value;
}

/**
* @inheritdoc
*/
protected function getValueReadonly()
{
return $this->getValue();
}

/**
* @inheritdoc
Expand All @@ -82,4 +90,4 @@ public function processEditAction()
$this->addError('PROTOCOL_REQUIRED');
}
}
}
}

0 comments on commit 2a13673

Please sign in to comment.