summaryrefslogtreecommitdiff
path: root/app/Census/CensusOfUnitedStates1930.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusOfUnitedStates1930.php')
-rw-r--r--app/Census/CensusOfUnitedStates1930.php2
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, '', ''),
);
}
}