We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1121025 commit 6e42094Copy full SHA for 6e42094
interface/lib/app.inc.php
@@ -78,7 +78,7 @@ public function __get($prop) {
78
79
$this->uses($prop);
80
if(property_exists($this, $prop)) return $this->{$prop};
81
- else trigger_error('Undefined property ' . $name . ' of class app', E_USER_WARNING);
+ else trigger_error('Undefined property ' . $prop . ' of class app', E_USER_WARNING);
82
}
83
84
public function __destruct() {
0 commit comments