From fc21edb0785f2cac11dc592278fad97fffeeb082 Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 2 Jan 2011 23:00:23 +0000 Subject: Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPluginManifest with ElggPlugin. System now uses ElggPlugin objects to determin plugins. Order is stored in private settings. This absolutely requires running upgrade.php. git-svn-id: http://code.elgg.org/elgg/trunk@7817 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/tests/test_files/plugin_18/manifest.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'engine/tests/test_files/plugin_18/manifest.xml') diff --git a/engine/tests/test_files/plugin_18/manifest.xml b/engine/tests/test_files/plugin_18/manifest.xml index 454a418f6..69166c89c 100644 --- a/engine/tests/test_files/plugin_18/manifest.xml +++ b/engine/tests/test_files/plugin_18/manifest.xml @@ -34,11 +34,10 @@ ServiceAPI - - setup_function - teardown_function - simple - + setup_function + teardown_function + simple + true php_extension @@ -94,4 +93,4 @@ 1.0 - \ No newline at end of file + -- cgit v1.2.3