Skip to content

Commit

Permalink
Merge pull request #32 from Stricted/patch-1
Browse files Browse the repository at this point in the history
fix variable name
  • Loading branch information
uwetews committed May 12, 2015
2 parents 962cf3d + a8f30dc commit f791eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sysplugins/smarty_internal_extension_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ static function getConfigVariable($obj, $variable, $error_enable = true)
// not found, try at parent
$_ptr = $_ptr->parent;
}
if ($smarty->error_unassigned && $error_enable) {
if ($obj->error_unassigned && $error_enable) {
// force a notice
$x = $$variable;
}
Expand Down

0 comments on commit f791eeb

Please sign in to comment.