aboutsummaryrefslogtreecommitdiffstats
path: root/lib/vcategories.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-19 00:16:53 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-10-19 00:16:53 +0200
commit8a777022e4757cd6434853773f782575ef714a21 (patch)
tree806a7facb3c9d0e9bd08abcc97d167dbaeae9722 /lib/vcategories.php
parent09e26145b7d9c5bbbcf5f52e5b3742dafe789333 (diff)
downloadnextcloud-server-8a777022e4757cd6434853773f782575ef714a21.tar.gz
nextcloud-server-8a777022e4757cd6434853773f782575ef714a21.zip
Formatting
Diffstat (limited to 'lib/vcategories.php')
-rw-r--r--lib/vcategories.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/vcategories.php b/lib/vcategories.php
index e6680450f86..1f1626c5513 100644
--- a/lib/vcategories.php
+++ b/lib/vcategories.php
@@ -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 = '';