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

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

parent e8cedfd6
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ $qstr = Http::build_query($qs); ...@@ -64,7 +64,7 @@ $qstr = Http::build_query($qs);
$row['category_id'], $row['category_id'],
(($info['category_id']==$row['category_id'])?'selected="selected"':''), (($info['category_id']==$row['category_id'])?'selected="selected"':''),
$row['name'], $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.
Please register or to comment