]> _ Git - cubist_cms-back.git/commitdiff
#2757
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Jul 2019 15:23:47 +0000 (17:23 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 12 Jul 2019 15:23:47 +0000 (17:23 +0200)
src/app/Magic/PageData.php

index fa3d927402dece43039dbf9a35d305bf33192920..802b8bde1ac29428e49985706a7eaa21e098502c 100644 (file)
@@ -84,9 +84,6 @@ class PageData implements \ArrayAccess
     public function get($offset, $default = null)
     {
         $res = Arr::get($this->_data, $offset, $default);
-        if ($offset == 'form') {
-            dd($res);
-        }
         if (is_array($res) && isset($res[App::getLocale()])) {
             $res = $res[App::getLocale()];
         }