This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 94f4143
1 parent ecf22ae commit 94f4143
1 file changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
152 |
| - | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
|
2 commit comments
atrol commentedon Mar 7, 2012
Really?
I didn't have a deeper look but have a look at the signature of the function tag_bug_detach, user_id is the fourth parameter.
function tag_bug_detach( $p_tag_id, $p_bug_id, $p_add_history = true, $p_user_id = null )
rombert commentedon Mar 7, 2012
@atrol You're obviously right, thanks.