import v2.0.0.0_RC3 | 2012-07-01
https://github.com/lucanos/CommunityID -> http://www.itadmins.net/archives/357
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
* @package Zend_View
|
||||
* @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
|
||||
* @license http://framework.zend.com/license/new-bsd New BSD License
|
||||
* @version $Id: Abstract.php 16541 2009-07-07 06:59:03Z bkarwin $
|
||||
* @version $Id: Abstract.php 19117 2009-11-20 17:44:14Z matthew $
|
||||
*/
|
||||
|
||||
/** Zend_Loader */
|
||||
@ -139,8 +139,6 @@ abstract class Zend_View_Abstract implements Zend_View_Interface
|
||||
*/
|
||||
private $_strictVars = false;
|
||||
|
||||
private $_log;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
@ -710,8 +708,8 @@ abstract class Zend_View_Abstract implements Zend_View_Interface
|
||||
|
||||
/**
|
||||
* Set LFI protection flag
|
||||
*
|
||||
* @param bool $flag
|
||||
*
|
||||
* @param bool $flag
|
||||
* @return Zend_View_Abstract
|
||||
*/
|
||||
public function setLfiProtection($flag)
|
||||
@ -722,7 +720,7 @@ abstract class Zend_View_Abstract implements Zend_View_Interface
|
||||
|
||||
/**
|
||||
* Return status of LFI protection flag
|
||||
*
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public function isLfiProtectionOn()
|
||||
|
Reference in New Issue
Block a user