1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 18:24:57 +02:00
This commit is contained in:
Ryan Cramer
2019-10-16 08:01:25 -04:00
parent 3e4e690040
commit c57e29e0c4

View File

@@ -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();