Skip to content
Snippets Groups Projects
Commit 6a69943b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

select plugins correctly, re #3977

parent e2df6525
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,8 @@ return new class extends Migration ...@@ -17,7 +17,8 @@ return new class extends Migration
SELECT `pluginid` SELECT `pluginid`
FROM `plugins` FROM `plugins`
WHERE FIND_IN_SET(?, `plugintype`) WHERE FIND_IN_SET(?, `plugintype`)
OR FIND_IN_SET(?, `plugintype`)
)"; )";
DBManager::get()->execute($query, [StandardPlugin::class]); DBManager::get()->execute($query, [StudipModule::class, StandardPlugin::class]);
} }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment