Sfoglia il codice sorgente

unneeded variable defined

Peter Kokot 13 anni fa
parent
commit
8506d898e1
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      Controller/CRUDController.php

+ 0 - 3
Controller/CRUDController.php

@@ -443,9 +443,6 @@ class CRUDController extends Controller
 
         $this->admin->setSubject($object);
 
-        // build the show list
-        $elements = $this->admin->getShow();
-
         return $this->render($this->admin->getShowTemplate(), array(
             'action'   => 'show',
             'object'   => $object,