Browse Source

VCategories: Line too long.

tags/v5.0.0alpha1
Thomas Tanghus 11 years ago
parent
commit
3c59bc41d7
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      core/ajax/vcategories/delete.php

+ 3
- 1
core/ajax/vcategories/delete.php View File

@@ -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.'));

Loading…
Cancel
Save