From 53ae467de700e9c85536a03690e1f044a1837022 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 30 Oct 2013 19:57:37 +0000 Subject: [PATCH] Fix oops in tips ajax script --- include/ajax.tips.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ajax.tips.php b/include/ajax.tips.php index b3281d75f..2b6fdab3d 100644 --- a/include/ajax.tips.php +++ b/include/ajax.tips.php @@ -31,7 +31,7 @@ class HelpTipAjaxAPI extends AjaxController { } function getTipsJsonForLang($lang, $namespace) { - return $this->getTipJson($namespace, $lang); + return $this->getTipsJson($namespace, $lang); } } -- GitLab