summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2026-02-01 17:57:53 +0000
committerlsces <lester@lsces.co.uk>2026-02-01 17:57:53 +0000
commit0b7bc39d45c39f36e13e704ac126f9246a9be62f (patch)
treebed4210bdc7e2c43716ca3d42a44e9cbbc58780d /edit.php
parente75480ed0929f12c69465d63aba1615db7b9436a (diff)
downloadarticles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.tar.gz
articles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.tar.bz2
articles-0b7bc39d45c39f36e13e704ac126f9246a9be62f.zip
Major refactor for namespace, php8.4 and smarty5
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' );