aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/ElggInstaller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ElggInstaller.php b/install/ElggInstaller.php
index d24d4ce65..ff19c8676 100644
--- a/install/ElggInstaller.php
+++ b/install/ElggInstaller.php
@@ -1326,6 +1326,7 @@ class ElggInstaller {
* @return void
*/
protected function enablePlugins() {
+ elgg_generate_plugin_entities();
$plugins = elgg_get_plugins('any');
foreach ($plugins as $plugin) {
if ($plugin->manifest) {