Skip to content

Commit 0d72851

Browse files
Merge pull request #136 from openaustralia/fix/830-use-https-not-http-www-zend-com
Use https://www.zend.com not http
2 parents f9908ab + fbc711d commit 0d72851

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

www/includes/easyparliament/page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ public function display_commentreportlist($data) {
30813081
*
30823082
*/
30833083
public function display_calendar_month($month, $year, $dateArray, $page) {
3084-
// From http://www.zend.com/zend/trick/tricks-Oct-2002.php
3084+
// From https://www.zend.com/zend/trick/tricks-Oct-2002.php
30853085
// Adjusted for style, putting Monday first, and the URL of the page linked to.
30863086

30873087
// Used in templates/html/hansard_calendar.php.

www/includes/easyparliament/templates/html/hansard_calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// $month and $year are integers.
3636
// $dates is an array of dates that should be links in this month.
3737

38-
// From http://www.zend.com/zend/trick/tricks-Oct-2002.php
38+
// From https://www.zend.com/zend/trick/tricks-Oct-2002.php
3939
// Adjusted for style, putting Monday first, and the URL of the page linked to.
4040

4141

0 commit comments

Comments
 (0)