1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Infrastructure changes: Default Theme - use entity name Entries/Entry instead of entity name Pages/Page

This commit is contained in:
Awilum
2018-12-22 19:45:16 +03:00
parent abf4630604
commit 492be208e3

View File

@@ -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();