fix for broken auto-file-extension setting

This commit is contained in:
Andy Miller
2015-07-20 18:28:58 -06:00
parent a716da14f7
commit f0f24142b2

View File

@@ -123,7 +123,7 @@ class Page
$this->published();
if (empty($extension)) {
$this->extension($file->getExtension());
$this->extension('.'.$file->getExtension());
} else {
$this->extension($extension);
}