mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 00:37:02 +02:00
Fix issue processwire/processwire-issues#1532
This commit is contained in:
@@ -83,6 +83,7 @@ class Templates extends WireSaveableItems {
|
||||
*
|
||||
*/
|
||||
public function getAll() {
|
||||
if($this->useLazy()) $this->loadAllLazyItems();
|
||||
return $this->getWireArray();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user