mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Formatting
This commit is contained in:
parent
09e26145b7
commit
8a777022e4
1 changed files with 1 additions and 3 deletions
|
|
@ -226,9 +226,7 @@ class OC_VCategories {
|
|||
if($catid === false) {
|
||||
$l10n = OC_L10N::get('core');
|
||||
throw new Exception(
|
||||
$l10n->t(
|
||||
'Could not find category "%s"', $category
|
||||
)
|
||||
$l10n->t('Could not find category "%s"', $category)
|
||||
);
|
||||
}
|
||||
$fields = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue