From 9abd95fad3784a10fc48bc40f9b8a75d7d74edda Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 31 Mar 2016 16:06:03 -0700 Subject: static App --- mod/opensearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/opensearch.php') diff --git a/mod/opensearch.php b/mod/opensearch.php index 212773b96..19f7985c5 100644 --- a/mod/opensearch.php +++ b/mod/opensearch.php @@ -8,7 +8,7 @@ function opensearch_init(&$a) { $o = replace_macros($tpl, array( '$baseurl' => z_root(), - '$nodename' => $a->get_hostname(), + '$nodename' => App::get_hostname(), )); echo $o; -- cgit v1.2.3