Fix typo
This commit is contained in:
parent
d18b229e48
commit
862bad078e
3 changed files with 4 additions and 3 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