Skip to content

Commit

Permalink
This is the correct way.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Feb 25, 2017
1 parent c6224a7 commit fd618fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Util/lib/Horde/Variables.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function sanitize()
*/
public function exists($varname)
{
return isset($this->$varname);
return $this->__isset($varname);
}

/**
Expand Down

0 comments on commit fd618fc

Please sign in to comment.