From 227c2d90ecf3b5977804c51357cb2df145b9b6b8 Mon Sep 17 00:00:00 2001 From: Chris Nehren Date: Tue, 6 Nov 2007 23:36:52 +0000 Subject: [PATCH] duh. Need to *call* the sub I added to the upgrade script. --- docs/upgrades/upgrade_7.4.12-7.5.0.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/upgrades/upgrade_7.4.12-7.5.0.pl b/docs/upgrades/upgrade_7.4.12-7.5.0.pl index e445c19c6..66754be1c 100644 --- a/docs/upgrades/upgrade_7.4.12-7.5.0.pl +++ b/docs/upgrades/upgrade_7.4.12-7.5.0.pl @@ -23,6 +23,7 @@ my $session = start(); # this line required addFriendsNetwork($session); addSearchWithContainers($session); +addGroupToEditPost($session); finish($session); # this line required