Skip to content

Commit ad3b596

Browse files
author
ju1ius
committed
fixed typo
1 parent 6ef872e commit ad3b596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/CSSUrlUtils.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ static public function dirname($sURL) {
113113
**/
114114
static public function buildURL(array $aURL)
115115
{
116+
$sURL = '';
116117
if(isset($aURL['scheme'])) {
117118
$sURL .= $aURL['scheme'] . '://';
118119
}

0 commit comments

Comments
 (0)