Commit 7e3e353
committed
Fix missing language string error
When viewing an issue's Related Changesets (in view.php), an error
message 'String "plugin_SourceIntegration_affected_issues" not found.'
is displayed.
This is because the plugin context in View Issue page is not 'Source',
but 'SourceIntegration', so the plugin_lang_get() call needs to
reference the base plugin.
Regression introduced by 5aec110 (#224)
Fixes #2311 parent 39cdcb9 commit 7e3e353
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
0 commit comments