summaryrefslogtreecommitdiff
path: root/edit_assembly.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_assembly.php')
-rwxr-xr-xedit_assembly.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/edit_assembly.php b/edit_assembly.php
index 812dc7c..a12b979 100755
--- a/edit_assembly.php
+++ b/edit_assembly.php
@@ -160,6 +160,15 @@ if( $gContent->isValid() ) {
}
$gContent->loadXrefInfo();
+if( isset( $gContent->mXrefInfo->mGroups['stgrp'] ) ) {
+ if( isset( $gContent->mXrefInfo->mGroups['kitlocker'] ) ) {
+ $gContent->mXrefInfo->mGroups['kitlocker']->mXrefs = array_merge(
+ $gContent->mXrefInfo->mGroups['kitlocker']->mXrefs,
+ $gContent->mXrefInfo->mGroups['stgrp']->mXrefs
+ );
+ }
+ unset( $gContent->mXrefInfo->mGroups['stgrp'] );
+}
$gBitSmarty->assign( 'gXrefInfo', $gContent->mXrefInfo );
$gContent->invokeServices( 'content_edit_function' );