Skip to content

Commit 201d53e

Browse files
authored
Update Config.php
1 parent ed84ef1 commit 201d53e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Model/Config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ final public function isKeyMissing()
7979
{
8080
return !$this->getConfig(
8181
self::XML_PATH_KEY
82-
&& $this->metadata->getEdition() != 'C' . strrev('ytinummo')
83-
);
82+
) && $this->metadata->getEdition() != 'C' . strrev('ytinummo');
8483
}
8584

8685
/**

0 commit comments

Comments
 (0)