mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13137] Improve output of create_schema_files.php
PHPBB3-13137
This commit is contained in:
parent
ba1776d6a9
commit
34a9ed3587
1 changed files with 1 additions and 1 deletions
|
@ -57,4 +57,4 @@ $fp = fopen($schema_path . 'schema.json', 'wb');
|
||||||
fwrite($fp, json_encode($schema_data, JSON_PRETTY_PRINT));
|
fwrite($fp, json_encode($schema_data, JSON_PRETTY_PRINT));
|
||||||
fclose($fp);
|
fclose($fp);
|
||||||
|
|
||||||
echo 'done';
|
echo 'Successfully created schema file';
|
||||||
|
|
Loading…
Add table
Reference in a new issue