Wednesday 24 September 2003 5:45:55 am
Hi!
I try to publish an object in an extension (using php).
With
$object->setAttribute( "is_published", "1" );
$object->store();
I can set the object to 'IsPublished', but in the database (table ezcontentobject_tree) the object is still unpublished (contentobject_is_published = 0). What can I do? After the publishing an 'wait until date' event should start, but now even the publish doesn't work...
Thanks for your help, Sebastian
|