Skip to content
Snippets Groups Projects
Commit 53ae467d authored by Jared Hancock's avatar Jared Hancock
Browse files

Fix oops in tips ajax script

parent e484cd3c
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ class HelpTipAjaxAPI extends AjaxController { ...@@ -31,7 +31,7 @@ class HelpTipAjaxAPI extends AjaxController {
} }
function getTipsJsonForLang($lang, $namespace) { function getTipsJsonForLang($lang, $namespace) {
return $this->getTipJson($namespace, $lang); return $this->getTipsJson($namespace, $lang);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment