diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 20:00:51 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 20:00:51 +0100 |
| commit | 9162909f3173a630f542087add748e8d5d48e82b (patch) | |
| tree | 94178dd0b396638f007abc1015c0bf3ac782a971 /mailing_list.php | |
| parent | ef793a806a8d5a479c29c061780c56f62c4d3535 (diff) | |
| download | boards-9162909f3173a630f542087add748e8d5d48e82b.tar.gz boards-9162909f3173a630f542087add748e8d5d48e82b.tar.bz2 boards-9162909f3173a630f542087add748e8d5d48e82b.zip | |
Move legacy mailman library into the relevant package for easier maintenance
Diffstat (limited to 'mailing_list.php')
| -rwxr-xr-x | mailing_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailing_list.php b/mailing_list.php index c37da31..c09baae 100755 --- a/mailing_list.php +++ b/mailing_list.php @@ -17,7 +17,7 @@ require_once( BOARDS_PKG_CLASS_PATH.'BitBoardTopic.php' ); require_once( BOARDS_PKG_CLASS_PATH.'BitBoardPost.php' ); require_once( BOARDS_PKG_CLASS_PATH.'BitBoard.php' ); require_once( BOARDS_PKG_INCLUDE_PATH.'lookup_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' ); |
