mirror of
https://github.com/BeitDina/AutoIndex.git
synced 2026-01-04 05:09:41 +01:00
Update ConfigData.php to PHP8
This commit is contained in:
committed by
GitHub
parent
f5715e2b4b
commit
7b2b1b54e2
@@ -280,7 +280,7 @@ class ConfigData implements Iterator
|
||||
/**
|
||||
* @param string $name The key to look for
|
||||
* @return bool True if $name is set
|
||||
*/
|
||||
*/
|
||||
public function is_set($name)
|
||||
{
|
||||
return isset($this->config[$name]);
|
||||
|
||||
Reference in New Issue
Block a user