summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-14 20:00:51 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-14 20:00:51 +0100
commit9162909f3173a630f542087add748e8d5d48e82b (patch)
tree94178dd0b396638f007abc1015c0bf3ac782a971 /admin
parentef793a806a8d5a479c29c061780c56f62c4d3535 (diff)
downloadboards-9162909f3173a630f542087add748e8d5d48e82b.tar.gz
boards-9162909f3173a630f542087add748e8d5d48e82b.tar.bz2
boards-9162909f3173a630f542087add748e8d5d48e82b.zip
Move legacy mailman library into the relevant package for easier maintenance
Diffstat (limited to 'admin')
-rw-r--r--admin/update_lists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_lists.php b/admin/update_lists.php
index 86ce546..478fc0e 100644
--- a/admin/update_lists.php
+++ b/admin/update_lists.php
@@ -12,7 +12,7 @@
*/
require_once( '../../kernel/includes/setup_inc.php' );
-require_once( UTIL_PKG_INCLUDE_PATH.'mailman_lib.php' );
+require_once( BOARDS_PKG_INCLUDE_PATH.'mailman_lib.php' );
// Is package installed and enabled
$gBitSystem->verifyPackage( 'boards' );