Fixed tag list search styles
Search styles contained 'pending' option when staff was activation enabled
This commit is contained in:
parent
f2510ac8c0
commit
975da67d33
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@
|
||||||
'order:popularity,desc' => 'Often used first',
|
'order:popularity,desc' => 'Often used first',
|
||||||
'order:popularity,asc' => 'Rarely used first',
|
'order:popularity,asc' => 'Rarely used first',
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($this->config->registration->staffActivation)
|
|
||||||
$sortStyles['pending'] = 'Pending staff review';
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php foreach ($filters as $key => $text): ?>
|
<?php foreach ($filters as $key => $text): ?>
|
||||||
|
|
Loading…
Reference in a new issue