Skip to content

Commit b131596

Browse files
committed
Little fix for language var
1 parent fe18fe5 commit b131596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/main_api.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7205,7 +7205,7 @@ function api_get_protocol()
72057205
/**
72067206
* Return a string where " are replaced with 2 '
72077207
* It is useful when you pass a PHP variable in a Javascript browser dialog
7208-
* e.g. : alert("<?php get_lang('message') ?>");
7208+
* e.g. : alert("<?php get_lang('Message') ?>");
72097209
* and message contains character "
72107210
*
72117211
* @param string $in_text

0 commit comments

Comments
 (0)