We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43036 commit a79b398Copy full SHA for a79b398
include/pql_cache.inc
@@ -29,7 +29,7 @@ class pql_cache {
29
30
if(@is_array($this->cache)) {
31
// Global variable storage
32
- if((($this->cache[$key] == '') or ($this->cache[$key] != $value) or ($key == 'PQL_CONF_DEBUG_ME')) and
+ if((@($this->cache[$key] == '') or @($this->cache[$key] != $value) or ($key == 'PQL_CONF_DEBUG_ME')) and
33
!@$_SESSION["loading_resonable_defaults"])
34
{
35
$this->cache[$key] = $value;
0 commit comments