Changeset 1598 for trunk/gregarius/cls

Show
Ignore:
Timestamp:
10/09/06 09:05:27 (2 years ago)
Author:
mdodoo
Message:

An improvement on [1536]. This changeset is dedicated to all those people with secure (https) Gregarius installations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/wrappers/item.php

    r1561 r1598  
    7474    return $url; 
    7575  } 
    76   return "http://" . $_SERVER['HTTP_HOST'] . rss_item_pl_url(); 
     76  return guessTransportProto() . $_SERVER['HTTP_HOST'] . rss_item_pl_url(); 
    7777} 
    7878