update + add list_taxonomy

This commit is contained in:
2019-02-21 04:02:36 +01:00
parent 3791a9f435
commit c66917c9a0
13 changed files with 98 additions and 65 deletions
+1 -1
View File
@@ -946,7 +946,7 @@ class Pages
$this->grav['debugger']->addMessage('Page cache missed, rebuilding pages..');
// recurse pages and cache result
$this->resetPages($pages_dir, $this->pages_cache_id);
$this->resetPages($pages_dir);
} else {
// If pages was found in cache, set the taxonomy
+4
View File
@@ -306,6 +306,10 @@ class User extends Data
$this->gettersVariable = 'items';
$this->nestedSeparator = '.';
if (null === $this->items) {
$this->items = [];
}
if (null === $this->blueprints) {
$blueprints = new Blueprints;
$this->blueprints = $blueprints->get('user/account');