diff options
Diffstat (limited to 'edit_topic.php')
| -rw-r--r-- | edit_topic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_topic.php b/edit_topic.php index 381879e..38c31b0 100644 --- a/edit_topic.php +++ b/edit_topic.php @@ -11,7 +11,7 @@ /** * required setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'boards' ); |
