From d0053329c40e78ddc4da3bf645cba7ac018eb554 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 18 Mar 2015 13:15:39 -0500 Subject: [PATCH] faq: Show proper internal/public category in drop-down --- include/staff/faq.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/staff/faq.inc.php b/include/staff/faq.inc.php index 8e3bc5730..de62e9682 100644 --- a/include/staff/faq.inc.php +++ b/include/staff/faq.inc.php @@ -64,7 +64,7 @@ $qstr = Http::build_query($qs); $row['category_id'], (($info['category_id']==$row['category_id'])?'selected="selected"':''), $row['name'], - ($info['ispublic']?__('Public'):__('Internal'))); + ($row['ispublic']?__('Public'):__('Internal'))); } } ?> -- GitLab