Page MenuHomePhabricator
Paste P1695

fix.diff
ActivePublic

Authored by epriestley on Jan 4 2015, 9:12 PM.
Tags
None
Referenced Files
F261402: fix.diff
Jan 4 2015, 9:12 PM
Subscribers
None
diff --git a/scripts/repository/reparse.php b/scripts/repository/reparse.php
index c95a7e9..0571970 100755
--- a/scripts/repository/reparse.php
+++ b/scripts/repository/reparse.php
@@ -273,7 +273,9 @@ foreach ($commits as $commit) {
PhabricatorWorker::scheduleTask(
$class,
$spec,
- PhabricatorWorker::PRIORITY_IMPORT);
+ array(
+ 'priority' => PhabricatorWorker::PRIORITY_IMPORT,
+ ));
}
} else {
foreach ($classes as $class) {

Event Timeline

epriestley changed the title of this paste from untitled to fix.diff.
epriestley updated the paste's language from autodetect to autodetect.