diff --git a/src/IDF/conf/views.php b/src/IDF/conf/views.php index fa1cd61..2c62968 100644 --- a/src/IDF/conf/views.php +++ b/src/IDF/conf/views.php @@ -135,12 +135,6 @@ $ctl[] = array('regex' => '#^/p/([\-\w]+)/issues/my/(\w+)/$#', // ---------- SCM ---------------------------------------- -$ctl[] = array('regex' => '#^/p/([\-\w]+)/source/$#', - 'base' => $base, - 'priority' => 4, - 'model' => 'IDF_Views_Source', - 'method' => 'index'); - $ctl[] = array('regex' => '#^/p/([\-\w]+)/source/tree/(\w+)/$#', 'base' => $base, 'priority' => 4,