[commits] Horde branch master updated. 711baff4db304cb4ebc6cb17a105943609b05a66
Michael J. Rubinsky
mrubinsk at horde.org
Sat Nov 26 23:23:37 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 788f1a657ea58c3980c34ab7bb2c8df60cadac05
1bc311e Fix logic.
711baff Further fix returning path when loading cache failed.
-----------------------------------------------------------------------
commit 1bc311e5ca5f231fc89e6bae6e843fa7f6e53015
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 18:17:59 2011 -0500
Fix logic.
If we OR these two, the array_key_exists() call will always be executed,
even if $this->_cache is false.
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1bc311e5ca5f231fc89e6bae6e843fa7f6e53015
-----------------------------------------------------------------------
commit 711baff4db304cb4ebc6cb17a105943609b05a66
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 18:18:59 2011 -0500
Further fix returning path when loading cache failed.
Create the cache array if the cache failed to load. Otherwise,
we *still* attempt to return the path from $this->_cache, even if
it's false.
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/711baff4db304cb4ebc6cb17a105943609b05a66
More information about the commits
mailing list