Index: branches/RC/core/units/categories/categories_event_handler.php =================================================================== diff -u -r11750 -r11760 --- branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11750) +++ branches/RC/core/units/categories/categories_event_handler.php (.../categories_event_handler.php) (revision 11760) @@ -1811,6 +1811,11 @@ $event->status = erSTOP; $string = unhtmlentities($this->Application->GetVar('preview_content')); + $category_helper =& $this->Application->recallObject('CategoryHelper'); + /* @var $category_helper CategoryHelper */ + + $string = $category_helper->replacePageIds($string); + $this->Application->StoreVar('_editor_preview_content_', $string); } }