Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit d37f15f

Browse files
author
Charles Ma
committed
BUG: refs #380 Fixed dashboard
1 parent 0629233 commit d37f15f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/AppController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ protected function t($text)
431431
* @var UserModelBase
432432
*/
433433
var $User;
434-
/**
434+
/**
435435
* Setting Model
436436
* @var SettingModelBase
437437
*/

core/database/upgrade/3.1.4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function mysql()
2121

2222
public function pgsql()
2323
{
24-
$sql = "CREATE TABLE community (
24+
$sql = "CREATE TABLE setting (
2525
setting_id serial PRIMARY KEY,
2626
name character varying(256) NOT NULL,
2727
module character varying(256) NOT NULL,

0 commit comments

Comments
 (0)