ソースを参照

Fix previous commit

tags/v5.0.0alpha1
Robin Appelman 11年前
コミット
73ed62976d
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      lib/router.php

+ 1
- 1
lib/router.php ファイルの表示

@@ -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';

読み込み中…
キャンセル
保存