]> source.dussan.org Git - nextcloud-server.git/commitdiff
VCategories: Line too long.
authorThomas Tanghus <thomas@tanghus.net>
Mon, 5 Nov 2012 15:32:20 +0000 (16:32 +0100)
committerThomas Tanghus <thomas@tanghus.net>
Mon, 5 Nov 2012 15:32:20 +0000 (16:32 +0100)
core/ajax/vcategories/delete.php

index 057c9bb0e948e2a9db573813666d3abd9c2156d3..dfec378574313f71ffc073d8ae34ac941c637afb 100644 (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.'));