From 2ec25e76a492cbec5d73ac25d3d9809b616c7d84 Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Wed, 23 Jul 2025 09:16:59 +0200 Subject: [PATCH] set the correct URL --- application/controllers/Widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Widgets.php b/application/controllers/Widgets.php index 15785851e..e597d97b4 100644 --- a/application/controllers/Widgets.php +++ b/application/controllers/Widgets.php @@ -93,7 +93,7 @@ class Widgets extends CI_Controller { return; } $data['userid'] = $this->publicsearch->get_userid_for_slug($data['slug']); - $data['logo_url'] = base_url() . 'index.php/visitor/' . $data['slug']; + $data['logo_url'] = site_url('visitor') . '/' . $data['slug']; $theme = $this->input->get('theme', TRUE); if ($theme != null) {