2b143614f65c9895eaaa682eb0678af28fcd5e30

Author: gwoo

Date: 2009-12-15 22:59:31 -0800

fixing bug in source controller

diff --git a/controllers/source_controller.php b/controllers/source_controller.php index 339c206..70cfc03 100644 --- a/controllers/source_controller.php +++ b/controllers/source_controller.php @@ -79,7 +79,7 @@ class SourceController extends AppController { $title = $current; if (!empty($args)) { - $title = join('/', $args) . '/' . $current); + $title = join('/', $args) . '/' . $current; } $this->set('title_for_layout', $title);