--- a/web/lib/Zend/Application/Bootstrap/Bootstrap.php Thu Mar 21 17:31:31 2013 +0100
+++ b/web/lib/Zend/Application/Bootstrap/Bootstrap.php Thu Mar 21 19:50:53 2013 +0100
@@ -15,9 +15,9 @@
* @category Zend
* @package Zend_Application
* @subpackage Bootstrap
- * @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: Bootstrap.php 20885 2010-02-03 19:33:59Z matthew $
+ * @version $Id: Bootstrap.php 25073 2012-11-06 19:31:53Z rob $
*/
/**
@@ -29,7 +29,7 @@
* @category Zend
* @package Zend_Application
* @subpackage Bootstrap
- * @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_Application_Bootstrap_Bootstrap
@@ -120,7 +120,7 @@
public function getResourceLoader()
{
if ((null === $this->_resourceLoader)
- && (false !== ($namespace = $this->getAppNamespace()))
+ && (false != ($namespace = $this->getAppNamespace()))
) {
$r = new ReflectionClass($this);
$path = $r->getFileName();