[Rt-commit] rt branch, admin_ui, updated. 07b912eb90b37bded9ccf28a348576e035fb30f4
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Jan 4 02:57:10 EST 2010
The branch, admin_ui has been updated
via 07b912eb90b37bded9ccf28a348576e035fb30f4 (commit)
from 5916260ee6bf88b3463520c9bd574049b81901c1 (commit)
Summary of changes:
lib/RT/Action/CreateQueue.pm | 2 +-
lib/RT/Action/UpdateQueue.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 07b912eb90b37bded9ccf28a348576e035fb30f4
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Jan 4 15:56:42 2010 +0800
tiny fix
diff --git a/lib/RT/Action/CreateQueue.pm b/lib/RT/Action/CreateQueue.pm
index 4cad082..c4a3c0a 100644
--- a/lib/RT/Action/CreateQueue.pm
+++ b/lib/RT/Action/CreateQueue.pm
@@ -13,7 +13,7 @@ use Jifty::Action schema {
param sign =>
render as 'Checkbox';
param encrypt =>
- render as 'Checkbox',
+ render as 'Checkbox';
};
sub arguments {
diff --git a/lib/RT/Action/UpdateQueue.pm b/lib/RT/Action/UpdateQueue.pm
index 75dac4d..c0fc704 100644
--- a/lib/RT/Action/UpdateQueue.pm
+++ b/lib/RT/Action/UpdateQueue.pm
@@ -13,7 +13,7 @@ use Jifty::Action schema {
param sign =>
render as 'Checkbox';
param encrypt =>
- render as 'Checkbox',
+ render as 'Checkbox';
};
sub arguments {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list