summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-04 21:18:50 +0000
committerwjames5 <will@tekimaki.com>2010-02-04 21:18:50 +0000
commite646f4581a7d445f8434c3334fdd38fabf6f5d4c (patch)
tree29dcb2d3bdc3ff202daaf340a9325f3378b0fb3c
parentc52525ac4f683cdac7e4a64c8f28305d9d6114c8 (diff)
downloadblogs-e646f4581a7d445f8434c3334fdd38fabf6f5d4c.tar.gz
blogs-e646f4581a7d445f8434c3334fdd38fabf6f5d4c.tar.bz2
blogs-e646f4581a7d445f8434c3334fdd38fabf6f5d4c.zip
-rw-r--r--lookup_post_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_post_inc.php b/lookup_post_inc.php
index 028a2bf..a6cf1ae 100644
--- a/lookup_post_inc.php
+++ b/lookup_post_inc.php
@@ -7,7 +7,7 @@
/**
* Initial Setup
*/
-global $gContent; //, $gBitSmarty;
+global $gContent;
require_once( BLOGS_PKG_PATH.'BitBlogPost.php');
require_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' );