--- a/web/lib/Zend/View/Helper/ServerUrl.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/View/Helper/ServerUrl.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_View
* @subpackage Helper
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
- * @version $Id: ServerUrl.php 23371 2010-11-18 20:49:55Z bittarman $
+ * @version $Id: ServerUrl.php 25024 2012-07-30 15:08:15Z rob $
*/
/**
@@ -26,7 +26,7 @@
* @category Zend
* @package Zend_View
* @subpackage Helper
- * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
+ * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class Zend_View_Helper_ServerUrl
@@ -59,7 +59,7 @@
$scheme = 'https';
break;
default:
- $scheme = 'http';
+ $scheme = 'http';
}
$this->setScheme($scheme);