* exit when save the priv.

This commit is contained in:
wangchunsheng
2011-09-07 06:27:28 +00:00
parent 0fccdaa8be
commit 50da702e4d
+1
View File
@@ -134,6 +134,7 @@ class group extends control
if($type == 'byGroup') $result = $this->group->updatePrivByGroup($groupID);
if($type == 'byModule') $result = $this->group->updatePrivByModule();
print(js::alert($result ? $this->lang->group->successSaved : $this->lang->group->errorNotSaved));
exit;
}
if($type == 'byGroup')