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