1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Minor, fix Maniphest defualt user selection.

This commit is contained in:
epriestley 2012-02-28 22:00:03 -08:00
parent d7bb686a47
commit 93152a9719

View file

@ -85,7 +85,9 @@ class ManiphestTaskListController extends ManiphestController {
list($grouping, $group_control) = $this->renderGroupLinks();
list($order, $order_control) = $this->renderOrderLinks();
$user_phids = $request->getStrList('users');
$user_phids = $request->getStrList(
'users',
array($user->getPHID()));
$project_phids = $request->getStrList('projects');
$exclude_project_phids = $request->getStrList('xprojects');
$task_ids = $request->getStrList('tasks');