diff options
author | cash <cash.costello@gmail.com> | 2011-11-18 18:24:27 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-28 21:44:00 -0500 |
commit | d3f8a31e976c7bc74a65096f63ad188a638e670c (patch) | |
tree | 36ea97b3a7194afae8f41490d2911b5292d1cddb /engine/classes/ElggPluginManifest.php | |
parent | 75ec4931c7b0c02b7ab7fd73dab5229c316995c3 (diff) | |
download | elgg-d3f8a31e976c7bc74a65096f63ad188a638e670c.tar.gz elgg-d3f8a31e976c7bc74a65096f63ad188a638e670c.tar.bz2 |
Fixes #4133 updated type in plugin manifest test
Diffstat (limited to 'engine/classes/ElggPluginManifest.php')
-rw-r--r-- | engine/classes/ElggPluginManifest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/classes/ElggPluginManifest.php b/engine/classes/ElggPluginManifest.php index eacc16455..7592eb667 100644 --- a/engine/classes/ElggPluginManifest.php +++ b/engine/classes/ElggPluginManifest.php @@ -553,7 +553,7 @@ class ElggPluginManifest { } /** - * Returns the admin interface to use. + * Should this plugin be activated when Elgg is installed * * @return bool */ |