Pman.Tab.GroupsList.js
authorEdward <edward@roojs.com>
Wed, 28 Jan 2015 05:23:44 +0000 (13:23 +0800)
committerEdward <edward@roojs.com>
Wed, 28 Jan 2015 05:23:44 +0000 (13:23 +0800)
Pman.Tab.GroupsList.js

index 702175c..3b16601 100644 (file)
@@ -306,7 +306,7 @@ Pman.Tab.GroupsList.prototype = {
                                 Ext.MessageBox.alert("Error", "You can not rename that group");
                                 return;
                             }
-                            if (s.data.id < 1) {
+                            if (s[0].data.id < 1) {
                                 Ext.MessageBox.alert("Error", "You can not rename that group");
                                 return;
                             }