Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
smaiLee committed Sep 9, 2016
2 parents a81201b + fb8a48f commit b919758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/calendar/service/iCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ private function _do_iCloud_Request($type, $xml) {
* Get UserID and path to calendar from iCloud
*/
private function _getCalendarPath() {
print("user: ".$this->username." pw: ".$this->password." server: ".$this->server."\n");
// Get my iCloud userID
$this->url = $this->server;
$request = "<A:propfind xmlns:A='DAV:'><A:prop><A:current-user-principal/></A:prop></A:propfind>";
Expand Down
2 changes: 1 addition & 1 deletion pages/base/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ <h3>Calendar</h3>

<div data-role="fieldcontain">
<label for="calendar_password">Password</label>
<input type="text" name="calendar_password" id="calendar_password" />
<input type="password" name="calendar_password" id="calendar_password" />
{{ forms.text_init('calendar_password', config_calendar_password|e ) }}
<div class="note">*if service requires one</div>
</div>
Expand Down

0 comments on commit b919758

Please sign in to comment.