Skip to content

Commit

Permalink
Database name change.
Browse files Browse the repository at this point in the history
And testing the new windows git client.
  • Loading branch information
Tom Shaw committed May 26, 2012
1 parent 9eb569f commit 63162c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/configs/application.sample.ini
Expand Up @@ -25,7 +25,7 @@ resources.db.params.profiler.enabled = true
resources.db.params.host = 127.0.0.1
resources.db.params.username = root
resources.db.params.password = password
resources.db.params.dbname = project_world
resources.db.params.dbname = db_world

[staging : production]

Expand Down
3 changes: 1 addition & 2 deletions library/Gridola/Grid.php
Expand Up @@ -370,8 +370,7 @@ protected function initView()
->setMassActions($this->getMassActions())
->setMassActionField($this->getMassactionField())
->setExport($this->getExport())
->setToken($this->getToken()->setSalt($this->getDataGridName())
->setTimeout(120))
->setToken($this->getToken()->setSalt($this->getDataGridName())->setTimeout(120))
->setFormId($this->getFormId())
->setTableClass($this->getTableClass())
->setJsonActions($this->encodeMassactions()->getMassActions())
Expand Down

0 comments on commit 63162c1

Please sign in to comment.