Changeset 16092
- Timestamp:
- 04/15/08 14:33:52 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.replicator/exporter/staging2live.php
r16090 r16092 250 250 if (!$this->exportability[$object->guid]) 251 251 { 252 // TODO: Uimessage, but how to give only one ??253 252 $GLOBALS['midcom_helper_replicator_logger']->log_object($object, 'Parent not approved, skipping'); 254 253 if (empty($parent_check_stack)) … … 263 262 ( 264 263 $this->_l10n->get('%s %s could not be exported for replication because one of its parents is not approved'), 265 $ref->get_class_label(), 264 $ref->get_class_label(), 266 265 $ref->get_object_label($object) 267 266 ),
