]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Controller/Base.pm
client_js.js: Funktionen in namespace kivi verschoben
[kivitendo-erp.git] / SL / Controller / Base.pm
index 17a1d61d76358e66524aeadaf4a864c8f37c0993..c6977d0e10b6941f7e416eeed4c192479a50a5eb 100644 (file)
@@ -512,7 +512,7 @@ the current request is an AJAX request as determined by
 L<SL::Request/is_ajax>. If it is a normal request then it outputs a
 standard HTTP redirect header (HTTP code 302). If it is an AJAX
 request then it outputs an AJAX response suitable for the
-C<eval_json_result> function from the L<SL::ClientJS> module.
+C<kivi.eval_json_result> function from the L<SL::ClientJS> module.
 
 =item C<run_before $sub, %params>