Fix __init_script__.php issue with event engine.

This commit is contained in:
epriestley
2011-09-30 13:17:45 -07:00
parent 522e5b4779
commit fc5cc180ab
2 changed files with 2 additions and 1 deletions

View File

@@ -33,4 +33,3 @@ phutil_load_library(dirname(__FILE__).'/../src/');
// NOTE: This is dangerous in general, but we know we're in a script context and
// are not vulnerable to CSRF.
AphrontWriteGuard::allowDangerousUnguardedWrites(true);
PhabricatorEventEngine::initialize();