From 192ebd9efba191b6c2e9e0d0804d39a70c0ee5a9 Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Feb 2011 01:52:05 +0000 Subject: fixes #2784 for real this time git-svn-id: http://code.elgg.org/elgg/trunk@7994 36083f99-b078-4883-b0ff-0f9b5a30f544 --- install/ElggInstaller.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install') 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) { -- cgit v1.2.3