Skip to content

Commit

Permalink
Merge 4a40091 into ecc6c25
Browse files Browse the repository at this point in the history
  • Loading branch information
gold1 committed Aug 31, 2013
2 parents ecc6c25 + 4a40091 commit ad3d0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Model/Setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ function store($name,$value)
# end
public function __construct($id = false, $table = null, $ds = null) {
parent::__construct($id, $table, $ds);
$var = include APP . 'Config' . DS.DS.'settings.php';
$var = include APP . 'Config' . DS . 'settings.php';
App::import('Vendor', 'georgious-cakephp-yaml-migrations-and-fixtures/spyc/spyc');
foreach ($var as $k => $v) {
$this->{$k} = $v;
Expand Down

0 comments on commit ad3d0f3

Please sign in to comment.