diff options
| author | Christian Fowler <spider@viovio.com> | 2009-07-15 16:16:20 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-07-15 16:16:20 +0000 |
| commit | 7ee4df2267d935b90bbbd8f02a7420d21521cf09 (patch) | |
| tree | 23f5cf99e001740d77c6f0fb8bac05f79d42cb5a | |
| parent | 576487adc6ab5641b804e93b6ba2830be130b7c6 (diff) | |
| download | liberty-7ee4df2267d935b90bbbd8f02a7420d21521cf09.tar.gz liberty-7ee4df2267d935b90bbbd8f02a7420d21521cf09.tar.bz2 liberty-7ee4df2267d935b90bbbd8f02a7420d21521cf09.zip | |
add gBitUser to global in loadComment
| -rw-r--r-- | LibertyComment.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/LibertyComment.php b/LibertyComment.php index b8e8a5e..21801d6 100644 --- a/LibertyComment.php +++ b/LibertyComment.php @@ -3,7 +3,7 @@ * Management of Liberty Content * * @package liberty - * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.85 2009/06/18 03:49:20 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.86 2009/07/15 16:16:20 spiderr Exp $ * @author spider <spider@steelsun.com> */ @@ -47,7 +47,7 @@ class LibertyComment extends LibertyMime { function loadComment() { - global $gBitSystem; + global $gBitSystem, $gBitUser; if (!$this->verifyId($this->mCommentId) && !$this->verifyId($this->mContentId)) { return NULL; } |
