use word subdefs instead subview

This commit is contained in:
aynsix
2022-01-26 16:32:51 +03:00
parent 7ed464eaec
commit 9584e91e3d

View File

@@ -1523,7 +1523,7 @@ class databox extends base implements ThumbnailedElement
*/ */
public function getSubdefStorage(){ public function getSubdefStorage(){
return p4string::addEndSlash($this->app['conf']->get(['main', 'storage', 'subdefs'])).$this->get_dbname()."/subview/"; return p4string::addEndSlash($this->app['conf']->get(['main', 'storage', 'subdefs'])).$this->get_dbname()."/subdefs/";
} }
protected function retrieve_structure() protected function retrieve_structure()