Commit bc65ab1d authored by Aurel's avatar Aurel

syncml : typo + fix method to call

parent 891c393b
......@@ -34,7 +34,7 @@ for sync in sync_list:
'sendHttpResponse', 'PubSync',
'activateSyncModif', 'immediateReindexObject'],
after_tag=after_tag).processClientSynchronization(sub.getPath())
afer_tag = [sub.getId(), pub.getId(), tag]
after_tag = [sub.getRelativeUrl(), pub.getRelativeUrl(), tag]
portal_status_message = translateString("Synchronization started.")
# Add to the integration site view the clock which show activities -Aurel : really necessary ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment