Index: branches/5.2.x/units/topics/topics_event_handler.php =================================================================== diff -u -N -r15286 -r16349 --- branches/5.2.x/units/topics/topics_event_handler.php (.../topics_event_handler.php) (revision 15286) +++ branches/5.2.x/units/topics/topics_event_handler.php (.../topics_event_handler.php) (revision 16349) @@ -1,6 +1,6 @@ Application->LoggedIn() ) { + return; + } + $fields = $this->Application->getUnitOption($event->Prefix, 'Fields'); $fields['NotifyOwnerOnChanges']['default'] = (int)$this->Application->RecallPersistentVar('owner_notify'); $this->Application->setUnitOption($event->Prefix, 'Fields', $fields); @@ -300,4 +304,4 @@ $manager->subscribe(); } } - } \ No newline at end of file + }