Skip to content
Snippets Groups Projects
Commit 897a8b19 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1867 from greezybacon/issue/534


faq: Show proper internal/public category in drop-down

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 2bc57cd0 d0053329
No related branches found
No related tags found
No related merge requests found
......@@ -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')));
}
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment