diff options
| author | lsces <lester@lsces.co.uk> | 2026-02-01 17:57:53 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-02-01 17:57:53 +0000 |
| commit | 0b7bc39d45c39f36e13e704ac126f9246a9be62f (patch) | |
| tree | bed4210bdc7e2c43716ca3d42a44e9cbbc58780d /edit_topic.php | |
| parent | e75480ed0929f12c69465d63aba1615db7b9436a (diff) | |
| download | articles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.tar.gz articles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.tar.bz2 articles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.zip | |
Major refactor for namespace, php8.4 and smarty5
Diffstat (limited to 'edit_topic.php')
| -rwxr-xr-x[-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 2081515..a239372 100644..100755 --- a/edit_topic.php +++ b/edit_topic.php @@ -9,7 +9,7 @@ * Initialization */ require_once '../kernel/includes/setup_inc.php'; -require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' ); +use Bitweaver\Articles\BitArticle; include_once( ARTICLES_PKG_INCLUDE_PATH.'lookup_article_topic_inc.php' ); |
