Browse Source

Enable MySQL for pages

Vova Tkach 6 years ago
parent
commit
54a30c72ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/module_index.go

+ 1 - 1
modules/module_index.go

@@ -8,7 +8,7 @@ import (
 
 func (this *Modules) RegisterModule_Index() *Module {
 	return this.newModule(MInfo{
-		WantDB: false,
+		WantDB: true,
 		Mount:  "index",
 		Name:   "Pages",
 	}, func(wrap *wrapper.Wrapper) {