Changeset 11979

Show
Ignore:
Timestamp:
09/04/07 09:59:16 (1 year ago)
Author:
bergie
Message:

Save the generated URL name

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.admin.folder/handler/edit.php

    r11976 r11979  
    221221                    { 
    222222                        $this->_new_topic->name = midcom_generate_urlname_from_string($this->_new_topic->extra); 
     223                        $this->_new_topic->update(); 
    223224                    } 
    224225