Merge pull request #64 from cam-findlay/patch-4

Update code/BlogTree.php
This commit is contained in:
carlos barberis 2012-11-13 12:30:05 -08:00
commit 6bad5edb9f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class BlogTree extends Page {
static $default_entries_limit = 10;
static $db = array(
'Name' => 'Varchar',
'Name' => 'Varchar(255)',
'InheritSideBar' => 'Boolean',
'LandingPageFreshness' => 'Varchar',
);