Skip to content

Commit

Permalink
$modx->makeUrl() $schemeパラメータの初期値を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Dec 30, 2013
1 parent 7e42384 commit 908055e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/includes/document.parser.class.inc.php
Expand Up @@ -2296,7 +2296,7 @@ private function _getReferenceListing()
return $referenceListing;
}

function makeUrl($id, $alias= '', $args= '', $scheme= 'relative')
function makeUrl($id, $alias= '', $args= '', $scheme= 'full')
{
if($id==0) return $this->config['site_url'];
$makeurl= '';
Expand Down

0 comments on commit 908055e

Please sign in to comment.