Me again
This commit is contained in:
parent
c74ff59d29
commit
435b6d30f9
|
|
@ -69,6 +69,9 @@ class CmsObjectQuery
|
|||
*/
|
||||
public function find($fileName)
|
||||
{
|
||||
if (!$this->theme)
|
||||
$this->inEditTheme();
|
||||
|
||||
if ($this->useCache)
|
||||
return forward_static_call([$this->cmsObject, 'loadCached'], $this->theme, $fileName);
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue