Support applications in aphrontpath.php

Test Plan:
  $ ./aphrontpath.php /diffusion/

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D3233
This commit is contained in:
vrana
2012-08-09 22:11:50 -07:00
parent 64472dd7b8
commit b1b2afce95
2 changed files with 6 additions and 6 deletions

View File

@@ -149,7 +149,7 @@ abstract class AphrontApplicationConfiguration {
* parameters.
* @task routing
*/
private function buildControllerForPath($path) {
final public function buildControllerForPath($path) {
$maps = array();
$maps[] = array(null, $this->getURIMap());