* Fix bug #34678.
This commit is contained in:
@@ -1916,7 +1916,7 @@ class pivotModel extends model
|
||||
case 'option':
|
||||
if($field)
|
||||
{
|
||||
$path = $this->app->getExtensionRoot() . 'biz' . DS . 'dataview' . DS . 'table' . DS . "$object.php";
|
||||
$path = $this->app->getModuleRoot() . 'dataview' . DS . 'table' . DS . "$object.php";
|
||||
include $path;
|
||||
|
||||
$options = $schema->fields[$field]['options'];
|
||||
|
||||
@@ -745,7 +745,7 @@ class screenModel extends model
|
||||
case 'option':
|
||||
if($field)
|
||||
{
|
||||
$path = $this->app->getExtensionRoot() . 'biz' . DS . 'dataview' . DS . 'table' . DS . "$object.php";
|
||||
$path = $this->app->getModuleRoot() . 'dataview' . DS . 'table' . DS . "$object.php";
|
||||
include $path;
|
||||
|
||||
$options = $schema->fields[$field]['options'];
|
||||
|
||||
Reference in New Issue
Block a user