Browse Source

Fix previous commit

tags/v5.0.0alpha1
Robin Appelman 11 years ago
parent
commit
73ed62976d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      lib/router.php

+ 1
- 1
lib/router.php View File

@@ -23,7 +23,7 @@ class OC_Router {

public function __construct() {
$baseUrl = OC_Helper::linkTo('', 'index.php');
if (OC::$CLI) {
if ( !OC::$CLI) {
$method = $_SERVER['REQUEST_METHOD'];
}else{
$method = 'GET';

Loading…
Cancel
Save