diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-11-05 16:32:20 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-11-05 16:32:20 +0100 |
commit | 3c59bc41d7a83c6811f55ac7986ac77743e60d9e (patch) | |
tree | 49fa3f124955b65c5710532d15855af843d0d482 /core/ajax | |
parent | 831c2cac1ef0e6475a8a9cc73bafe116e13e91f6 (diff) | |
download | nextcloud-server-3c59bc41d7a83c6811f55ac7986ac77743e60d9e.tar.gz nextcloud-server-3c59bc41d7a83c6811f55ac7986ac77743e60d9e.zip |
VCategories: Line too long.
Diffstat (limited to 'core/ajax')
-rw-r--r-- | core/ajax/vcategories/delete.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/ajax/vcategories/delete.php b/core/ajax/vcategories/delete.php index 057c9bb0e94..dfec3785743 100644 --- a/core/ajax/vcategories/delete.php +++ b/core/ajax/vcategories/delete.php @@ -27,7 +27,9 @@ if(is_null($type)) { bailOut($l->t('Object type not provided.')); } -debug('The application using category type "' . $type . '" uses the default file for deletion. OC_VObjects will not be updated.'); +debug('The application using category type "' + . $type + . '" uses the default file for deletion. OC_VObjects will not be updated.'); if(is_null($categories)) { bailOut($l->t('No categories selected for deletion.')); |