summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main_note.cgi
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-13 15:28:57 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-13 15:28:57 -0800
commit2748aaf4aa3f19e17a37edc07e89ee402108900d (patch)
tree02c51b592ad087101f935269c5b664b313657b80 /httemplate/edit/cust_main_note.cgi
parent6d769244a6aa43877c04e227637c80ae1f0a410b (diff)
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'httemplate/edit/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/cust_main_note.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi
index 9ae29c2f1..c295e0d7a 100755
--- a/httemplate/edit/cust_main_note.cgi
+++ b/httemplate/edit/cust_main_note.cgi
@@ -26,7 +26,7 @@
<& /elements/htmlarea.html,
'field' => 'comment_html',
'curr_value' => $comment,
- 'config' => { toolbarStartupExpanded => JSON::false,
+ 'config' => { toolbarStartupExpanded => Cpanel::JSON::XS::false,
height => 315,
},
&>