summaryrefslogtreecommitdiff
path: root/lookup_page_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'lookup_page_inc.php')
-rw-r--r--lookup_page_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lookup_page_inc.php b/lookup_page_inc.php
index 3de07ee..33650be 100644
--- a/lookup_page_inc.php
+++ b/lookup_page_inc.php
@@ -59,7 +59,7 @@ if( empty( $gContent ) || !is_object( $gContent ) || strtolower( get_class( $gCo
}
if( !empty( $loadContentId ) ) {
- $gContent = LibertyBase::getLibertyObject( $loadContentId );
+ $gContent = BitPage::getLibertyObject( $loadContentId );
}
if( empty( $gContent ) || !is_object( $gContent ) ) {