Skip to content

Commit 6d7cbf9

Browse files
committed
Added url field for site component
1 parent ca52946 commit 6d7cbf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/component/site.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ function results() {
5454
}
5555
}
5656

57-
list($results) = Event :: trigger(__CLASS__,__FUNCTION__, $results);
57+
$results['url'] = SITE_URL;
58+
list($results) = Event :: trigger(__CLASS__,__FUNCTION__, $results);
5859

5960
return $results;
6061
}

0 commit comments

Comments
 (0)