diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:04:40 -0400 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2018-08-01 00:04:40 -0400 |
| commit | 101d2e58985d719865acaf8fb04842f2a98c17b1 (patch) | |
| tree | ff48f090ee4c06e192c13523d5e1938e0a112fcc | |
| parent | 8bcc8c1487078c2d4765fbf1a7cd411297d0f39e (diff) | |
| download | blogs-101d2e58985d719865acaf8fb04842f2a98c17b1.tar.gz blogs-101d2e58985d719865acaf8fb04842f2a98c17b1.tar.bz2 blogs-101d2e58985d719865acaf8fb04842f2a98c17b1.zip | |
reorg util package to put library code in includes/ and used new UTIL_PKG_INC constant
| -rw-r--r-- | BitBlogPost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BitBlogPost.php b/BitBlogPost.php index d138a57..f99b640 100644 --- a/BitBlogPost.php +++ b/BitBlogPost.php @@ -723,7 +723,7 @@ class BitBlogPost extends LibertyMime { $parts = parse_url($_SERVER['REQUEST_URI']); $uri = httpPrefix(). str_replace('post', 'view_post', $parts['path']). '?post_id=' . $this->mPostId . '&blog_id=' . $this->mInfo['blog_id']; - include_once ( UTIL_PKG_PATH.'Snoopy.class.inc' ); + include_once ( UTIL_PKG_INC.'Snoopy.class.inc' ); $snoopy = new Snoopy; foreach ($tracks as $track) { |
