From: Matt Beckett Date: Tue, 7 Aug 2012 22:05:41 +0000 (-0600) Subject: fixes river upgrade for comments X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=82226dc8f71e0e820640f0d416d2eb119f02cece;p=lorea%2Felgg.git fixes river upgrade for comments --- diff --git a/engine/lib/upgrades/2010121602.php b/engine/lib/upgrades/2010121602.php index 2d55c8214..5b0996b5e 100644 --- a/engine/lib/upgrades/2010121602.php +++ b/engine/lib/upgrades/2010121602.php @@ -4,7 +4,7 @@ */ $query = "UPDATE {$CONFIG->dbprefix}river - SET view='river/annotation/generic_comment/create', action_type='create' + SET view='river/annotation/generic_comment/create' WHERE view='annotation/annotate' AND action_type='comment'"; update_data($query);