aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/plugins.php')
-rw-r--r--engine/lib/plugins.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php
index e89e6007a..a36f2bf6d 100644
--- a/engine/lib/plugins.php
+++ b/engine/lib/plugins.php
@@ -9,23 +9,10 @@
* @link http://elgg.org/
*/
-
/// Cache enabled plugins per page
$ENABLED_PLUGINS_CACHE = NULL;
/**
- * PluginException
- *
- * A plugin Exception, thrown when an Exception occurs relating to the plugin mechanism. Subclass for specific plugin Exceptions.
- *
- * @package Elgg
- * @subpackage Exceptions
- */
-class PluginException extends Exception {}
-
-require_once dirname(dirname(__FILE__)).'/classes/ElggPlugin.php';
-
-/**
* Returns a list of plugins to load, in the order that they should be loaded.
*
* @return array List of plugins