WSP-67
This commit is contained in:
@@ -325,9 +325,11 @@ function superdesk_admin() {
|
||||
foreach ($categories as $key => $value) {
|
||||
?>
|
||||
<option value="<?php echo($key); ?>"<?php
|
||||
if (isset($settings['category']) && is_array($settings['category'])) {
|
||||
if (in_array($key, $settings['category'])) {
|
||||
echo(' selected');
|
||||
}
|
||||
}
|
||||
?>><?php echo($value); ?></option>
|
||||
<?php
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user