ver. 0.305: Fix permutation attribute sorting + free delivery progress bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,4 +60,9 @@ class Tpl
|
||||
{
|
||||
return $this->vars[$name];
|
||||
}
|
||||
|
||||
public function __isset($name)
|
||||
{
|
||||
return isset($this->vars[$name]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user