Fix those pesky tests
This commit is contained in:
parent
70ff0a106f
commit
90f0f96f13
2 changed files with 2 additions and 2 deletions
|
@ -114,8 +114,6 @@ class AdminPlugin extends AntPlugin
|
|||
}
|
||||
} else if (is_bool($value)) {
|
||||
$currentConfig[$key] = ($value) ? 'true' : 'false';
|
||||
} else if (is_array($value)) {
|
||||
$currentConfig[$key] = implode(', ', $value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -5,3 +5,5 @@ activeTheme: Default
|
|||
enableCache: true
|
||||
debug: true
|
||||
baseURL: antcms.org/
|
||||
embed:
|
||||
allowed_domains: [youtube.com, twitter.com, github.com, vimeo.com, flickr.com, instagram.com, facebook.com]
|
||||
|
|
Loading…
Reference in a new issue