This website works better with JavaScript.
Explore
Help
Sign In
open-dsi
/
nextcloud-server
mirror of
https://github.com/nextcloud/server
Watch
1
Star
0
Fork
You've already forked nextcloud-server
0
Code
Issues
Projects
Releases
Wiki
Activity
Remove () from return statement
Browse Source
remotes/origin/stable45
Bart Visscher
13 years ago
parent
ae8d2d029f
commit
41f135daee
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
lib/request.php
2
lib/request.php
Unescape
Escape
View File
@ -49,7 +49,7 @@ class OC_Request {
$proto = 'http';
}
}
return
($proto)
;
return
$proto
;
}
/**
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-dsi/nextcloud-server
Title
Body
Create Issue