StandardController views do not find fields.inc for plugins under local

XMLWordPrintable

      The StandardController views like add.ctp contain

      if(!empty($this->plugin))

      { include(APP . "Plugin/" . $this->plugin . "/View/" . $model . "/fields.inc"); }

      else

      { include(APP . "View/" . $model . "/fields.inc"); }

      which does not look for plugins under the 'local' directory.

            Assignee:
            Benn Oshrin (internet2.edu)
            Reporter:
            Scott Koranda SCG (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: