Some owners write workflows.

This commit is contained in:
epriestley
2011-04-03 22:03:27 -07:00
parent 5038ab850c
commit 23f882a0ee
24 changed files with 730 additions and 174 deletions

View File

@@ -39,8 +39,7 @@ class DiffusionPathValidateController extends DiffusionController {
$drequest = DiffusionRequest::newFromAphrontRequestDictionary(
array(
'callsign' => $repository->getCallsign(),
'path' => $path,
'nobranch' => true,
'path' => ':/'.$path,
));
$browse_query = DiffusionBrowseQuery::newFromDiffusionRequest($drequest);