From 492be208e3a058c79d844f1cf0390a4c5a36959b Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 22 Dec 2018 19:45:16 +0300 Subject: [PATCH] Infrastructure changes: Default Theme - use entity name Entries/Entry instead of entity name Pages/Page --- flextype/Flextype.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 92502801..a461288f 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -98,8 +98,8 @@ class Flextype // Get Plugins Instance Plugins::getInstance(); - // Get Entry Instance - Entry::getInstance(); + // Get Entries Instance + Entries::getInstance(); // Flush (send) the output buffer and turn off output buffering ob_end_flush();