Skip to content

[FIX] Remove orphaned ilStyleIRSSMigration reference in setup agent#11683

Open
chfsx wants to merge 1 commit into
trunkfrom
fix/style-irss-migration-orphan-ref
Open

[FIX] Remove orphaned ilStyleIRSSMigration reference in setup agent#11683
chfsx wants to merge 1 commit into
trunkfrom
fix/style-irss-migration-orphan-ref

Conversation

@chfsx

@chfsx chfsx commented Jun 16, 2026

Copy link
Copy Markdown
Member

Problem

ilStyleSetupAgent::getMigrations() instantiates new ilStyleIRSSMigration(), but that class was deleted in commit f8a0199 ("content style: removed migration"). The dangling reference causes a class-not-found fatal during setup.

Fix

Remove the orphaned new ilStyleIRSSMigration() entry, leaving an empty migrations array.

Notes

cc @alex40724 — this completes the cleanup from f8a0199, which removed the migration class file but left its instantiation behind.

The class ilStyleIRSSMigration was deleted in commit f8a0199 ("content
style: removed migration") but its instantiation in
ilStyleSetupAgent::getMigrations() was left behind, causing a
class-not-found fatal during setup. Remove the dangling reference.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants