aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPlugin.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-03-16 13:32:02 -0400
committercash <cash.costello@gmail.com>2013-03-16 13:32:02 -0400
commit36755bea9aefd7e8bf54deab7b29902f8733f9aa (patch)
tree81dadfcb7536e900c48207ad1b365479b3d5d081 /engine/classes/ElggPlugin.php
parentc79f4894d5e4bf88023e286dc03259cfa3f98414 (diff)
downloadelgg-36755bea9aefd7e8bf54deab7b29902f8733f9aa.tar.gz
elgg-36755bea9aefd7e8bf54deab7b29902f8733f9aa.tar.bz2
engine now is standards compliant
Diffstat (limited to 'engine/classes/ElggPlugin.php')
-rw-r--r--engine/classes/ElggPlugin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/classes/ElggPlugin.php b/engine/classes/ElggPlugin.php
index ae447bddb..c1c46f272 100644
--- a/engine/classes/ElggPlugin.php
+++ b/engine/classes/ElggPlugin.php
@@ -649,8 +649,8 @@ class ElggPlugin extends ElggObject {
// Note: this will not run re-run the init hooks!
if ($return) {
if ($this->canReadFile('activate.php')) {
- $flags = ELGG_PLUGIN_INCLUDE_START | ELGG_PLUGIN_REGISTER_CLASSES
- | ELGG_PLUGIN_REGISTER_LANGUAGES | ELGG_PLUGIN_REGISTER_VIEWS;
+ $flags = ELGG_PLUGIN_INCLUDE_START | ELGG_PLUGIN_REGISTER_CLASSES |
+ ELGG_PLUGIN_REGISTER_LANGUAGES | ELGG_PLUGIN_REGISTER_VIEWS;
$this->start($flags);