summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2025-08-12 16:22:38 +0200
committerSimon Rettberg2025-08-12 16:22:38 +0200
commitfb3c273387d689a71a3c9206e3101c38287be5cf (patch)
tree5d60c9d9aa32ade49f73335ea203dd57b73d92e1
parent[webinterface] Add support for HARICA and custom URLs (diff)
downloadslx-admin-fb3c273387d689a71a3c9206e3101c38287be5cf.tar.gz
slx-admin-fb3c273387d689a71a3c9206e3101c38287be5cf.tar.xz
slx-admin-fb3c273387d689a71a3c9206e3101c38287be5cf.zip
[baseconfig] Fix comments
-rw-r--r--modules-available/baseconfig/page.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/baseconfig/page.inc.php b/modules-available/baseconfig/page.inc.php
index 71651010..b3a4bf15 100644
--- a/modules-available/baseconfig/page.inc.php
+++ b/modules-available/baseconfig/page.inc.php
@@ -18,7 +18,7 @@ class Page_BaseConfig extends Page
Util::redirect('?do=Main');
}
- // Determine if we're setting global or module specific
+ // Determine if we're setting global or module-specific
$this->getModuleSpecific();
$newValues = Request::post('setting');
@@ -26,7 +26,7 @@ class Page_BaseConfig extends Page
User::assertPermission('edit', $this->getPermissionLocationId());
// Build variables for specific sub-settings
if ($this->targetModule === false || empty($this->qry_extra['field'])) {
- // Global, or Module specific, but module doesn't have an extra field
+ // Global, or module-specific, but module doesn't have an extra field
$qry_insert = '';
$qry_values = '';
$qry_update = '';