diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:04:11 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:04:11 -0500 |
| commit | e75480ed0929f12c69465d63aba1615db7b9436a (patch) | |
| tree | 4077226338243940cf6fbdbabc23184ea4fb245f /edit_topic.php | |
| parent | 7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (diff) | |
| download | articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.gz articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.bz2 articles-e75480ed0929f12c69465d63aba1615db7b9436a.zip | |
update path for kernel/includes/setup_inc.php
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 816d831..2081515 100644 --- a/edit_topic.php +++ b/edit_topic.php @@ -8,7 +8,7 @@ /** * Initialization */ -require_once '../kernel/setup_inc.php'; +require_once '../kernel/includes/setup_inc.php'; require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); include_once( ARTICLES_PKG_INCLUDE_PATH.'lookup_article_topic_inc.php' ); |
