Fix typo
This commit is contained in:
parent
53f708b46f
commit
6be0dd2866
3 changed files with 3 additions and 2 deletions
|
|
@ -39,6 +39,7 @@ set_language();
|
|||
// load message for javascript
|
||||
if (isset ($_REQUEST['loadjs']) && $_REQUEST['loadjs']=='message')
|
||||
{
|
||||
header('Content-Type: text/javascript');
|
||||
include_once NOALYSS_INCLUDE."/lib/message_javascript.php";
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue