diff --git a/upload/source/include/spacecp/spacecp_doing.php b/upload/source/include/spacecp/spacecp_doing.php index abaeef7152f91717cef99ae8bb95437ce5f33f03..efa40b7322989b852cf54f3290c00fb6bd92a31a 100644 --- a/upload/source/include/spacecp/spacecp_doing.php +++ b/upload/source/include/spacecp/spacecp_doing.php @@ -213,7 +213,7 @@ if($_GET['op'] == 'delete') { foreach(C::t('home_docomment')->fetch_all_by_doid($doid) as $value) { $tree->setNode($value['id'], $value['upid'], $value); $count++; - if($value['authorid'] == $space['uid']) $highlight = $value['id']; + if($value['uid'] == $space['uid']) $highlight = $value['id']; } }