[bugzilla-gnome-org-extensions] fix typo



commit 21965d8c625eed12cf3a3c43885adf4f831b2020
Author: Olav Vitters <olav vitters nl>
Date:   Tue Dec 25 14:15:16 2012 +0100

    fix typo

 Extension.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Extension.pm b/Extension.pm
index 6600da0..f649179 100644
--- a/Extension.pm
+++ b/Extension.pm
@@ -124,7 +124,7 @@ sub _create_developer {
               (group_id, product_id, entry, membercontrol,
                othercontrol, canedit, editcomponents)
               VALUES (?, ?, 0, ?, ?, 0, 0)',
-              undef, ($dev_group, $product->id, CONTROLMAPSHOWN, 
+              undef, ($dev_group->id, $product->id, CONTROLMAPSHOWN, 
                       CONTROLMAPSHOWN));
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]