summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit.php')
-rwxr-xr-x[-rw-r--r--]edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 5cd2575..57a8664 100644..100755
--- a/edit.php
+++ b/edit.php
@@ -13,7 +13,7 @@
* Initialization
*/
require_once '../kernel/includes/setup_inc.php';
-require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
+use Bitweaver\Articles\BitArticle;
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );