Changeset 11714
- Timestamp:
- 08/25/07 09:18:48 (1 year ago)
- Files:
-
- trunk/midcom/midcom.admin.folder/handler/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.folder/handler/edit.php
r11713 r11714 182 182 if ($_REQUEST['style'] === '__create') 183 183 { 184 $this->_topic->require_do('midcom.admin.folder:template_management');185 186 184 $this->_topic->style = $this->_create_style($this->_topic->name); 187 185 … … 196 194 if (! $this->_topic->update()) 197 195 { 198 $_MIDCOM->uimessages->add($this->_l10n->get('midcom.admin.folder'), 'Could not save Folder: ' . mgd_errstr());196 $_MIDCOM->uimessages->add($this->_l10n->get('midcom.admin.folder'), sprintf($this->_l10n->get('could not save folder: %s'), mgd_errstr())); 199 197 return false; 200 198 }
