File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,16 +141,16 @@ public static function patterns($snippets, $bug_id) {
141141 user_cache_array_rows (array ($ bug ->reporter_id , $ bug ->handler_id , $ current_user ));
142142
143143 $ reporter = user_get_username ($ bug ->reporter_id );
144-
144+
145145 if ($ bug ->handler_id != NO_USER ) {
146146 $ handler = user_get_username ($ bug ->handler_id );
147147 }
148148
149149 $ project = project_get_name ($ bug ->project_id );
150- $ username = user_get_username ($ current_user );
150+ $ username = user_get_username ($ current_user );
151151 } else {
152- $ username = user_get_username ($ current_user );
153- $ reporter = $ username ;
152+ $ username = user_get_username ($ current_user );
153+ $ reporter = $ username ;
154154 $ project = project_get_name (helper_get_current_project ());
155155 }
156156
You can’t perform that action at this time.
0 commit comments