Formatting

This commit is contained in:
Thomas Tanghus 2012-10-19 00:16:53 +02:00
parent 09e26145b7
commit 8a777022e4
1 changed files with 1 additions and 3 deletions

View File

@ -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 = '';