1
0
miroir de https://github.com/nextcloud/server.git synchronisé 2024-08-12 02:11:02 +02:00

VCategories: Line too long.

Cette révision appartient à :
Thomas Tanghus 2012-11-05 16:32:20 +01:00
Parent 831c2cac1e
révision 3c59bc41d7

Voir le fichier

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