X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fpage%2Ffooter.inc;h=90c951c19bb46e60327b4bf3c8ac5831056c93b1;hb=3141d7755efbca4d2eb7babc1d31629295451885;hp=7256dfe1aa41cb4910993cc2dc22b03c9b703d8f;hpb=cf7be1f00c6abe59755286e0c3108d9d3c0356da;p=fa-stable.git diff --git a/includes/page/footer.inc b/includes/page/footer.inc index 7256dfe1..90c951c1 100644 --- a/includes/page/footer.inc +++ b/includes/page/footer.inc @@ -19,12 +19,12 @@ function page_footer($no_menu=false, $is_index=false) $rend = new renderer(); $rend->menu_footer($no_menu, $is_index); - $edits = "editors = ".JsHttpRequest::php2js($Editors).";"; + $edits = "editors = ".$Ajax->php2js($Editors).";"; $Ajax->addScript('editors', $edits); echo "";