diff options
Diffstat (limited to 'app/Census/CensusOfUnitedStates1930.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1930.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1930.php b/app/Census/CensusOfUnitedStates1930.php index 7f44c5525f..61a7c5375a 100644 --- a/app/Census/CensusOfUnitedStates1930.php +++ b/app/Census/CensusOfUnitedStates1930.php @@ -37,7 +37,7 @@ class CensusOfUnitedStates1930 extends CensusOfUnitedStates implements CensusInt */ public function columns() { return array( - new CensusColumnFullName($this), + new CensusColumnFullName($this, '', ''), ); } } |
