Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
updating the check to use the object's property instead of the undefi…
Browse files Browse the repository at this point in the history
…ned variable
  • Loading branch information
caseysoftware committed Jan 19, 2013
1 parent 3d95fd7 commit 50aa30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenVBX/libraries/OpenVBX.php
Expand Up @@ -224,7 +224,7 @@ public static function schemaVersion()
if ($ci->db)
{
$ci->load->model('vbx_settings');
if (!$cache && $ci->cache->enabled())
if (!$ci->cache && $ci->cache->enabled())
{
$ci->cache->enabled(false);
$reenable_cache = true;
Expand Down

0 comments on commit 50aa30f

Please sign in to comment.