Skip to content

Commit

Permalink
[FIX] Remove unneeded CE uid retrieval in initialize action
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Mar 27, 2016
1 parent 83e52ad commit f7cf571
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Controller/AbstractController.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ protected function initializeView(ViewInterface $view) {
*/
protected function initializeAction() {
$this->cObjData = $this->configurationManager->getContentObject()->data;
$this->uid = (int)($this->cObjData['_LOCALIZED_UID']) ? $this->cObjData['_LOCALIZED_UID'] : $this->cObjData['uid'];
$this->gallerySettings = $this->settings['gallery'];
$this->galleryKey = rtrim($this->cObjData['tx_generic_gallery_predefined'], '.');
$this->currentSettings = $this->gallerySettings[$this->galleryKey];
Expand Down

0 comments on commit f7cf571

Please sign in to comment.