typo fixed [2]
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 09:14:57 +0000 (11:14 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sun, 19 Apr 2020 09:14:57 +0000 (11:14 +0200)
web/index.php

index e281aa7..469a568 100644 (file)
@@ -1231,7 +1231,7 @@ cookie_law(null);
    var $$ = jQuery.noConflict();
 
    var sess = "not_connected";
-   var page_id = "<$ echo $user->page_id; ?>";
+   var page_id = "<? echo $user->page_id; ?>";
    var g_debug = 0;
    var g_lang = "<? echo $G_lang; ?>";
    var g_lng = "<? echo $G_lng; ?>";