1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 00:37:02 +02:00
This commit is contained in:
Ryan Cramer
2022-02-25 11:46:35 -05:00
parent 7d91b43bba
commit 7796807d19
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ class Templates extends WireSaveableItems {
*
*/
public function getAll() {
if($this->useLazy()) $this->loadAllLazyItems();
return $this->getWireArray();
}