From 595ebfe0b3771df92055334bfe5da8b29c840c3b Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 4 Feb 2011 21:45:55 +0000 Subject: Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs. git-svn-id: http://code.elgg.org/elgg/trunk@8019 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/classes/ElggPluginManifest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/classes/ElggPluginManifest.php') diff --git a/engine/classes/ElggPluginManifest.php b/engine/classes/ElggPluginManifest.php index 95f008f98..34af6cd21 100644 --- a/engine/classes/ElggPluginManifest.php +++ b/engine/classes/ElggPluginManifest.php @@ -37,8 +37,8 @@ class ElggPluginManifest { */ private $depsRequiresStructPriority = array( 'type' => '', - 'name' => '', 'priority' => '', + 'plugin' => '' ); /* -- cgit v1.2.3