Content copyright © 2006-2007 by eZ systems A.S.
|
|
|
|
Description:
bad use of an undefined private variable ($this->AccessPath) in 'indexFile' function (lib/ezutils/classes/ezsys.php) : if ( count( $this->AccessPath ) > 0 and $this->AccessPath[0] == $defaultAccess ) should be if ( count( $instance->AccessPath ) > 0 and $instance->AccessPath[0] == $defaultAccess ) Environment: Operating System: |