mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed unused variable
This commit is contained in:
parent
cce1fafd80
commit
256e1f6532
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ class ExtractTask extends AppShell {
|
|||
if ($category === 'LC_MESSAGES') {
|
||||
$File = new File($this->_output . $filename);
|
||||
} else {
|
||||
$Folder = new Folder($this->_output . $category, true);
|
||||
new Folder($this->_output . $category, true);
|
||||
$File = new File($this->_output . $category . DS . $filename);
|
||||
}
|
||||
$response = '';
|
||||
|
|
Loading…
Reference in a new issue