Move status updates out of the page load pipeline.

This commit is contained in:
Kris Maglione
2011-03-15 19:27:58 -04:00
parent afbe703985
commit eeb24d07a3
2 changed files with 13 additions and 6 deletions
+2 -1
View File
@@ -215,7 +215,8 @@ var Contexts = Module("contexts", {
contexts.removeGroup(this.GROUP);
})
});
// Class.replaceProperty(plugins, file.path, self);
if (group !== this.user)
Class.replaceProperty(plugins, file.path, self);
// This belongs elsewhere
if (isPlugin && args)