Skip to content

Commit

Permalink
refs #850 [Picture]
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed May 3, 2019
1 parent b0d6ee7 commit 9f1d211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen/Fields/Picture.php
Expand Up @@ -121,7 +121,7 @@ public function targetId(): self
$this->set('target', 'id');

$this->addBeforeRender(function () {
$value = $this->get('value');
$value = (string) $this->get('value');

if (! ctype_digit($value)) {
return;
Expand Down

0 comments on commit 9f1d211

Please sign in to comment.