Base refactor of the Subversion backend.

This commit is contained in:
Loic d'Anterroches
2009-04-26 11:57:21 +02:00
parent 7c502b1745
commit cf5acfb669
3 changed files with 93 additions and 65 deletions

View File

@@ -219,7 +219,6 @@ class IDF_Views_Source
} catch (Exception $e) {
throw $e;
// return new Pluf_HTTP_Response_Redirect($fburl);
}
// try to find the previous level if it exists.
$prev = split('/', $request_file);