summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-16 13:46:15 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-16 13:46:15 +0100
commit006594468320fa99289a5374bb47236d00368da7 (patch)
treed59366a04fc9bf9d3b532ffcd39bd4024c6931cd
parentba4c16d5bcd56bdbe760b2f6ad8b32e293ff04a8 (diff)
downloadarticles-006594468320fa99289a5374bb47236d00368da7.tar.gz
articles-006594468320fa99289a5374bb47236d00368da7.tar.bz2
articles-006594468320fa99289a5374bb47236d00368da7.zip
Move plugin to correct namespace
-rwxr-xr-xliberty_plugins/data.articles.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/liberty_plugins/data.articles.php b/liberty_plugins/data.articles.php
index f9b7591..508e9e9 100755
--- a/liberty_plugins/data.articles.php
+++ b/liberty_plugins/data.articles.php
@@ -20,6 +20,8 @@
// +----------------------------------------------------------------------+
// $Id$
+namespace Bitweaver\Liberty;
+
use Bitweaver\Articles\BitArticle;
use Bitweaver\KernelTools;