From 988e06b4ae0da14de30e12efacc5029325709de1 Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Fri, 16 Jan 2015 14:01:19 +0000 Subject: [PATCH] Missed a reason to set the changed flag. --- bin/get_cands | 1 + ttlib/party.tt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/bin/get_cands b/bin/get_cands index bbe57c7d0c..d90d695ef0 100755 --- a/bin/get_cands +++ b/bin/get_cands @@ -112,6 +112,7 @@ foreach my $con ($cons_rs->all) { $curr_cand->party->name, ' / ', $curr_cand->twitter; $curr_cand->delete; + $changed = 1; } if ($changed) { diff --git a/ttlib/party.tt b/ttlib/party.tt index dae501c97c..feb6cc63c5 100644 --- a/ttlib/party.tt +++ b/ttlib/party.tt @@ -1,3 +1,4 @@ +[% USE Dumper -%] [% WRAPPER page.tt -%]
@@ -9,8 +10,10 @@
+