diff --git a/templates/registry_list.php b/templates/registry_list.php index 2a7d21f..de22d85 100644 --- a/templates/registry_list.php +++ b/templates/registry_list.php @@ -4,7 +4,7 @@ $this->data['head'] = '' . "\n"; $this->includeAtTemplateBase('includes/header.php'); -$moduleurlpath = '/' . $this->data['baseurlpath'].'/module.php/oauth2/'; +$moduleurlpath = '/' . $this->data['baseurlpath'].'module.php/oauth2/'; if (!empty($this->data['clients'])) { $clients = [];