summaryrefslogtreecommitdiff
path: root/includes/classes/LibertyContent.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/classes/LibertyContent.php')
-rwxr-xr-xincludes/classes/LibertyContent.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/classes/LibertyContent.php b/includes/classes/LibertyContent.php
index ef2f9b4..f3bdd3e 100755
--- a/includes/classes/LibertyContent.php
+++ b/includes/classes/LibertyContent.php
@@ -1889,6 +1889,7 @@ class LibertyContent extends LibertyBase implements BitCacheable {
global $gLibertySystem;
$gLibertySystem->registerContentType( $pContentGuid, $pTypeParams );
$this->mType = $pTypeParams;
+ $this->mContentTypeGuid = $pContentGuid;
$pkg = $pTypeParams['handler_package'] ?? '';
$this->mPackageGuid = ( $pkg && $pkg !== $pContentGuid ) ? $pkg : '';
$this->mXrefType = null;