#5885 - $VALID_COMCODE_TAGS undefined
| Identifier | #5885 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | $VALID_COMCODE_TAGS undefined |
| Status | Completed |
| Handling member | PDStig |
| Version | 10.0.47 |
| Addon | core_rich_media |
| Description | Composr: PHP WARNING [2] Undefined variable $VALID_COMCODE_TAGS in sources/comcode.php on line 260 (version: 10.0.47, PHP version: 8.1.27, URL: /music/galleries/browse/videos/collective?keep_force_open=1&redirected=1) @ https://mediafeeder.net/music/galleries/browse/videos/collective?keep_force_open=1&redirected=1 |
| Steps to reproduce | |
| Additional information | Found in errorlog |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
$VALID_COMCODE_TAGS sometimes undefined because there was a missing init_valid_comcode_tags() call. This patch fixes that issue.