default theme ssl to null

This commit is contained in:
Evan Prodromou 2010-02-11 16:48:15 -05:00
parent 316ed3f86b
commit 5175b5062e
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ $default =
array('server' => null,
'dir' => null,
'path'=> null,
'ssl' => false),
'ssl' => null),
'javascript' =>
array('server' => null,
'path'=> null),