summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--alpinelinux.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpinelinux.module b/alpinelinux.module
index 1c12e24..19c608a 100644
--- a/alpinelinux.module
+++ b/alpinelinux.module
@@ -15,7 +15,7 @@ function alpinelinux_menu() {
'title' => 'Settings',
'description' => 'Configure Alpine Linux settings',
'page callback' => 'drupal_get_form',
- 'page arguments' => array('apk_browser_settings'),
+ 'page arguments' => array('alpinelinux_settings'),
'access arguments' => array('admin alpinelinux'),
);
$items['wiki'] = array(
@@ -39,7 +39,7 @@ function alpinelinux_cron() {
alpinelinux_latest_releases();
}
-function apk_browser_settings($form) {
+function alpinelinux_settings($form) {
$form['settings'] = array(
'#type' => 'fieldset',
'#title' => t('Alpine Linux settings'),