summaryrefslogtreecommitdiff
path: root/edit_topic.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_topic.php')
-rwxr-xr-x[-rw-r--r--]edit_topic.php2
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' );