Code Duplication    Length = 3-3 lines in 2 locations

typo3/sysext/frontend/Classes/ContentObject/Menu/GraphicalMenuContentObject.php 1 location

@@ 463-465 (lines=3) @@
460
                    $this->I['theItem'] = str_replace('{elementUid}', $this->I['uid'], $this->I['theItem']);
461
                }
462
                // allStdWrap:
463
                if (is_array($this->I['val']['allStdWrap.'])) {
464
                    $this->I['theItem'] = $this->WMcObj->stdWrap($this->I['theItem'], $this->I['val']['allStdWrap.']);
465
                }
466
                $tsfe->imagesOnPage[] = $this->I['val']['output_file'];
467
                $this->extProc_afterLinking($key);
468
            }

typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php 1 location

@@ 163-165 (lines=3) @@
160
                $this->I['theItem'] = str_replace('{elementUid}', $this->I['uid'], $this->I['theItem']);
161
            }
162
            // allStdWrap:
163
            if (is_array($this->I['val']['allStdWrap.'])) {
164
                $this->I['theItem'] = $this->WMcObj->stdWrap($this->I['theItem'], $this->I['val']['allStdWrap.']);
165
            }
166
            // Calling extra processing function
167
            $this->extProc_afterLinking($key);
168
        }