summaryrefslogtreecommitdiff
path: root/article_history.php
diff options
context:
space:
mode:
authormodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
committermodela bitweaver <spiderr@bitweaver.org>2021-02-03 16:04:11 -0500
commite75480ed0929f12c69465d63aba1615db7b9436a (patch)
tree4077226338243940cf6fbdbabc23184ea4fb245f /article_history.php
parent7d44ce010e8f0ee26c7233d99bc0a8eb46cbc16a (diff)
downloadarticles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.gz
articles-e75480ed0929f12c69465d63aba1615db7b9436a.tar.bz2
articles-e75480ed0929f12c69465d63aba1615db7b9436a.zip
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'article_history.php')
-rw-r--r--article_history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/article_history.php b/article_history.php
index 3e26a9a..79c7bed 100644
--- a/article_history.php
+++ b/article_history.php
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once '../kernel/setup_inc.php';
+require_once '../kernel/includes/setup_inc.php';
require_once( ARTICLES_PKG_CLASS_PATH.'BitArticle.php' );
$gBitSystem->verifyPackage( 'articles' );