diff options
| author | Steve Clay <steve@mrclay.org> | 2013-02-04 21:09:02 -0500 | 
|---|---|---|
| committer | cash <cash.costello@gmail.com> | 2013-02-09 10:30:34 -0500 | 
| commit | 011485988a8fa734c2ed74fec21031b3beebbcfd (patch) | |
| tree | 75edb16fa13e82c1fa54d28ae0a43cfa6089e94c /engine/lib/plugins.php | |
| parent | 3a644351f6bd26fc35b6905a30bbb52e89916078 (diff) | |
| download | elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.gz elgg-011485988a8fa734c2ed74fec21031b3beebbcfd.tar.bz2  | |
Lots of new @todos :(
Diffstat (limited to 'engine/lib/plugins.php')
| -rw-r--r-- | engine/lib/plugins.php | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index 0ea4404f3..f281b1416 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -91,7 +91,9 @@ function elgg_get_plugin_ids_in_dir($dir = null) {   * @access private   */  function elgg_generate_plugin_entities() { +	// @todo $site unused, can remove?  	$site = get_config('site'); +  	$dir = elgg_get_plugins_path();  	$db_prefix = elgg_get_config('dbprefix');  | 
