diff --git a/wire/core/PagefileExtra.php b/wire/core/PagefileExtra.php index 3a64251d..371a4fee 100644 --- a/wire/core/PagefileExtra.php +++ b/wire/core/PagefileExtra.php @@ -254,6 +254,10 @@ class PagefileExtra extends WireData { case 'url': $value = $this->url(); break; + case 'httpUrl': + case 'httpURL': + $value = $this->httpUrl(); + break; case 'filename': case 'pathname': $value = $this->filename();