mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
typo
This commit is contained in:
@@ -43,7 +43,7 @@ if ($dir = opendir('phpweb')) {
|
||||
|
||||
$text = preg_replace($search, $replace, $text);
|
||||
|
||||
$handler = fopen('phpweb2/' . $file, 'w+');
|
||||
$handler = fopen('phpweb/' . $file, 'w+');
|
||||
fputs($handler, $text);
|
||||
fclose($handler);
|
||||
}
|
||||
|
Reference in New Issue
Block a user