> > $object->parameter("x","x","x");
> >
> > Call to a member function on a non-object???
> 
> That's not a error we generate ourselves. What does print_r($object)
> show?

oh! my mistake, I just noticed that before I create topic, 
and I have something like this:
$object = mgd_create_topic();
        if (!$topic) 
        {
        $new_topic = mgd_get_by_name();
        $object = $new_topic->id;

and here create article and article topic is always $object.
I need get object twice in this case :(

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to