Changeset 16093
- Timestamp:
- 04/15/08 14:34:30 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.replicator/exporter/staging2live.php
r16091 r16093 254 254 if (!$this->exportability[$object->guid]) 255 255 { 256 // TODO: Uimessage, but how to give only one ??257 256 $GLOBALS['midcom_helper_replicator_logger']->log_object($object, 'Parent not approved, skipping'); 258 257 if (empty($parent_check_stack)) … … 267 266 ( 268 267 $this->_l10n->get('%s %s could not be exported for replication because one of its parents is not approved'), 269 $ref->get_class_label(), 268 $ref->get_class_label(), 270 269 $ref->get_object_label($object) 271 270 ),
